Skip to content

Commit

Permalink
ensure that we use the right babel configuration when doing postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreywescott committed Sep 22, 2015
1 parent 112b9f6 commit f55e9e6
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 @@ -9,7 +9,7 @@
},
"bugs": "https://github.com/rackt/history/issues",
"scripts": {
"build": "babel ./modules --babelrc .babelrc -d lib --ignore '__tests__'",
"build": "babel ./modules --stage 0 --loose -d lib --ignore '__tests__'",
"build-umd": "NODE_ENV=production webpack modules/index.js umd/History.js",
"build-min": "NODE_ENV=production webpack -p modules/index.js umd/History.min.js",
"start": "webpack-dev-server -d --content-base ./ --history-api-fallback --inline modules/index.js",
Expand Down

0 comments on commit f55e9e6

Please sign in to comment.