Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbh committed Jun 17, 2019
1 parent 032b16b commit 3ad03a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-esm-plugin",
"version": "0.4.1",
"version": "0.5.0",
"description": "Add this plugin to generate mirrored esm modules for your existing bundles",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -44,7 +44,9 @@
"git add"
]
},
"ignore": ["tests/**/fixtures/*.js"]
"ignore": [
"tests/**/fixtures/*.js"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 3ad03a9

Please sign in to comment.