We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebb86a commit 061ce51Copy full SHA for 061ce51
package.json
@@ -13,7 +13,7 @@
13
"lint": "eslint src/ test/",
14
"test": "TZ=Greenland NODE_ENV=testing jest --coverage --silent --maxWorkers=2 --ci",
15
"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"
+ "package": "pkg --targets node10.15.3-linux-x64,node10.15.3-win-x64,node10.15.3-macos-x64 -o exoframe index.js"
17
},
18
"dependencies": {
19
"apache-md5": "^1.1.2",
0 commit comments