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 a975082 commit 608eb1aCopy full SHA for 608eb1a
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"test": "TZ=Greenland NODE_ENV=testing jest --coverage --silent --maxWorkers=2 --ci",
14
"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"
+ "package": "pkg --targets node8.11.3-linux-x64,node8.11.3-win-x64,node8.11.3-macos-x64 -o exoframe index.js"
16
},
17
"dependencies": {
18
"boxen": "^1.2.2",
0 commit comments