Skip to content

Commit

Permalink
Merge pull request #7 from leviy/update_preset_package_name
Browse files Browse the repository at this point in the history
Shorthand @babel/env is not recognized, use @babel/preset-env instead
  • Loading branch information
ctoffanin committed Jul 31, 2019
2 parents 54dd80a + d32b29c commit 8a36bc5
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,6 +1,6 @@
module.exports = {
presets: [
require("@babel/env"),
require("@babel/preset-env"),
],
plugins: [
require("@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.2",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:leviy/babel-preset-default.git"
Expand Down

0 comments on commit 8a36bc5

Please sign in to comment.