Skip to content

Commit

Permalink
Add missing BABEL_ENV (Fix anthonyshort#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Mar 8, 2017
1 parent fa9b03a commit 212a67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"version": "npm run build",
"postversion": "git push && git push --tags && npm run clean",
"standalone": "browserify src/index.js -s deku -t babelify -o dist/deku.js",
"example:basic": "budo examples/basic/index.js -- -t babelify"
"example:basic": "cross-env BABEL_ENV=commonjs budo examples/basic/index.js -- -t babelify"
},
"devDependencies": {
"babel-cli": "6.3.17",
Expand Down

0 comments on commit 212a67e

Please sign in to comment.