Skip to content

Commit

Permalink
add babel command line config to compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
bdefore committed Dec 21, 2015
1 parent cbcb6ba commit 886d8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A universal redux renderer (ES6, Webpack, Express)",
"author": "Buck DeFore <[email protected]> (http://github.com/bdefore)",
"license": "MIT",
"version": "1.0.0-beta6",
"version": "2.0.0-beta1",
"repository": {
"type": "git",
"url": "git+https://github.com/bdefore/universal-redux.git"
Expand All @@ -25,7 +25,7 @@
],
"main": "lib/index.js",
"scripts": {
"compile": "babel src/ --out-dir lib/",
"compile": "babel --presets es2015,stage-0,react --plugins transform-runtime src/ --out-dir lib/",
"dev": "./bin/local-dev.sh",
"prepublish": "npm run compile",
"lint": "eslint -c .eslintrc src",
Expand Down

0 comments on commit 886d8ec

Please sign in to comment.