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 cec2a90 commit 26d6200Copy full SHA for 26d6200
package.json
@@ -14,14 +14,22 @@
14
"test": "NODE_ENV=test mocha 'spec/**/*.spec.js'",
15
"cover": "istanbul cover _mocha $(find ./spec -name \"*.spec.js\")",
16
"coveralls": "yarn run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
17
- "build": "pkg -o out/gtt -t node10-linux-x64,node10-macos-x64,node10-win-x64 src/gtt.js"
+ "build": "pkg src/gtt.js -o out/gtt -c package.json"
18
},
19
"bin": {
20
"gtt": "src/gtt.js"
21
22
"engines": {
23
"node": ">=6.11"
24
25
+ "pkg": {
26
+ "scripts": "src/**/*.js",
27
+ "targets": [
28
+ "node10-linux-x64",
29
+ "node10-macos-x64",
30
+ "node10-win-x64"
31
+ ]
32
+ },
33
"author": "kriskbx",
34
"license": "GPL-2.0",
35
"dependencies": {
0 commit comments