Skip to content

Commit 608eb1a

Browse files
committed
Update pkg binaries to latest available node v8.11.3 version
1 parent a975082 commit 608eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"test": "TZ=Greenland NODE_ENV=testing jest --coverage --silent --maxWorkers=2 --ci",
1414
"coveralls": "cat ./coverage/lcov.info | coveralls",
15-
"package": "pkg --targets node8.9.0-linux-x64,node8.9.0-win-x64,node8.9.0-macos-x64 -o exoframe index.js"
15+
"package": "pkg --targets node8.11.3-linux-x64,node8.11.3-win-x64,node8.11.3-macos-x64 -o exoframe index.js"
1616
},
1717
"dependencies": {
1818
"boxen": "^1.2.2",

0 commit comments

Comments
 (0)