Browse Source

Properly indented pkg property

master
Leo Lamprecht 8 years ago
parent
commit
bf2af9d8d5
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 5
      package.json

5
package.json

@ -14,7 +14,10 @@
"pack": "pkg . --out-dir out --options harmony-async-await"
},
"pkg": {
"scripts": [ "./bin/*", "./lib/**/*" ]
"scripts": [
"./bin/*",
"./lib/**/*"
]
},
"bin": {
"now": "./bin/now"

Loading…
Cancel
Save