Browse Source

Tell pkg not to use the harmony flag

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

2
package.json

@ -10,7 +10,7 @@
], ],
"scripts": { "scripts": {
"test": "xo && ava", "test": "xo && ava",
"pack": "pkg . --out-dir packed --options harmony-async-await" "pack": "pkg . --out-dir packed"
}, },
"pkg": { "pkg": {
"scripts": [ "scripts": [

Loading…
Cancel
Save