Skip to content

Commit

Permalink
Merge pull request #3 from leviy/update_to_babel_7
Browse files Browse the repository at this point in the history
Update to Babel 7
  • Loading branch information
ctoffanin committed Jul 25, 2019
2 parents abca893 + d5f1a5c commit a11743d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@leviy/babel-preset-default",
"version": "1.1.1",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:leviy/babel-preset-default.git"
},
"homepage": "https://github.com/leviy/babel-preset-default/",
"dependencies": {
"@babel/preset-env": "^7.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3"
"@babel/preset-env": "^7.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5"
},
"peerDependencies": {
"babel-core": "^6.26"
"@babel/core": "^7.5"
}
}

0 comments on commit a11743d

Please sign in to comment.