Skip to content

Commit

Permalink
Merge pull request #1 from leviy/updated-babel-preset-env-package
Browse files Browse the repository at this point in the history
Changed ‘babel-preset-env’ to ‘@babel/preset-env’
  • Loading branch information
denniscoorn committed Mar 4, 2019
2 parents eb3f8d5 + 4622692 commit b625099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@leviy/babel-preset-default",
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:leviy/babel-preset-default.git"
},
"homepage": "https://github.com/leviy/babel-preset-default/",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26",
"babel-preset-env": "^1.6"
"@babel/preset-env": "^7.3",
"babel-plugin-transform-object-rest-spread": "^6.26"
},
"peerDependencies": {
"babel-core": "^6.26"
Expand Down

0 comments on commit b625099

Please sign in to comment.