Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
3 additions and
2 deletions
-
package.json
|
|
@ -10,9 +10,10 @@ |
|
|
|
], |
|
|
|
"scripts": { |
|
|
|
"dev": "gulp", |
|
|
|
"build": "gulp compile", |
|
|
|
"test": "xo && ava", |
|
|
|
"pretest": "gulp compile", |
|
|
|
"prepublish": "gulp compile", |
|
|
|
"pretest": "npm run build", |
|
|
|
"prepublish": "npm run build", |
|
|
|
"pkg": "pkg . --out-dir out" |
|
|
|
}, |
|
|
|
"pkg": { |
|
|
|