Browse Source

Merge pull request #148 from igorklopov/master

Bump to latest pkg with `--out-dir` and stable cli
master
Leo Lamprecht 8 years ago
committed by GitHub
parent
commit
00a29d2f3a
  1. 4
      package.json

4
package.json

@ -99,13 +99,13 @@
"gulp-babel": "6.1.2", "gulp-babel": "6.1.2",
"gulp-eslint": "3.0.1", "gulp-eslint": "3.0.1",
"gulp-task-listing": "1.0.1", "gulp-task-listing": "1.0.1",
"pkg": "3.0.0-beta.4" "pkg": "3.0.0-beta.6"
}, },
"scripts": { "scripts": {
"start": "gulp", "start": "gulp",
"test": "ava", "test": "ava",
"prepublish": "gulp compile", "prepublish": "gulp compile",
"pkg": "pkg ." "pkg": "pkg . --out-dir out"
}, },
"pkgConfig": { "pkgConfig": {
"scripts": "build/**/*" "scripts": "build/**/*"

Loading…
Cancel
Save