Skip to content

Commit

Permalink
Updating babel
Browse files Browse the repository at this point in the history
  • Loading branch information
anis-campos committed Apr 21, 2019
1 parent a57e186 commit 367569b
Show file tree
Hide file tree
Showing 3 changed files with 921 additions and 1,441 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["env"],
"plugins": ["transform-object-rest-spread"]
}
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-syntax-object-rest-spread"]
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0"
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.4.3"
},
"peerDependencies": {
"electron": "^2.0.9"
Expand Down
Loading

0 comments on commit 367569b

Please sign in to comment.