Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
4 additions and
1 deletions
-
package.json
|
@ -14,7 +14,10 @@ |
|
|
"pack": "pkg . --out-dir out --options harmony-async-await" |
|
|
"pack": "pkg . --out-dir out --options harmony-async-await" |
|
|
}, |
|
|
}, |
|
|
"pkg": { |
|
|
"pkg": { |
|
|
"scripts": [ "./bin/*", "./lib/**/*" ] |
|
|
"scripts": [ |
|
|
|
|
|
"./bin/*", |
|
|
|
|
|
"./lib/**/*" |
|
|
|
|
|
] |
|
|
}, |
|
|
}, |
|
|
"bin": { |
|
|
"bin": { |
|
|
"now": "./bin/now" |
|
|
"now": "./bin/now" |
|
|