Skip to content

Commit

Permalink
Merge pull request #4 from leviy/preset_is_@babel_env
Browse files Browse the repository at this point in the history
With Babel 7 presets is @babel/env instead of env
  • Loading branch information
ctoffanin committed Jul 25, 2019
2 parents a11743d + f18b770 commit 91e21b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
"presets": ["env"],
"presets": ["@babel/env"],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leviy/babel-preset-default",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:leviy/babel-preset-default.git"
Expand Down

0 comments on commit 91e21b7

Please sign in to comment.