Skip to content

Commit

Permalink
Update babel
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 21, 2016
1 parent 2c7a038 commit 5f63459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,6 +1,6 @@
{
"presets": [
"es2015-loose",
[ "es2015", { "loose": true } ],
"stage-1"
],
"plugins": [
Expand Down
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -24,14 +24,12 @@
"warning": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-loader": "^6.2.10",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^3.3.0",
"eslint-plugin-import": "^2.0.0",
Expand Down

0 comments on commit 5f63459

Please sign in to comment.