Skip to content

Commit 061ce51

Browse files
committed
Update pkg binaries to node v10.15.3
1 parent 9ebb86a commit 061ce51

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
@@ -13,7 +13,7 @@
1313
"lint": "eslint src/ test/",
1414
"test": "TZ=Greenland NODE_ENV=testing jest --coverage --silent --maxWorkers=2 --ci",
1515
"coveralls": "cat ./coverage/lcov.info | coveralls",
16-
"package": "pkg --targets node10.4.1-linux-x64,node10.4.1-win-x64,node10.4.1-macos-x64 -o exoframe index.js"
16+
"package": "pkg --targets node10.15.3-linux-x64,node10.15.3-win-x64,node10.15.3-macos-x64 -o exoframe index.js"
1717
},
1818
"dependencies": {
1919
"apache-md5": "^1.1.2",

0 commit comments

Comments
 (0)