Skip to content

Commit

Permalink
Fix babel-es2015 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
goldhand committed May 29, 2016
1 parent 961a0a9 commit 8dec33c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015-webpack", "stage-0"]
"presets": ["es2015", "stage-0"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel src -d lib"
"build": "node_modules/.bin/babel src -d lib --presets es2015,stage-0"
},
"keywords": [
"webpack",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015-webpack": "^6.4.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"mocha": "^2.5.3"
}
Expand Down

0 comments on commit 8dec33c

Please sign in to comment.