Skip to content

Commit

Permalink
chore: use transform-export-default-name plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 30, 2018
1 parent 25a43be commit 60bdffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}
},
"plugins": [
"transform-export-default-name",
"@babel/transform-flow-strip-types"
],
"presets": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@babel/register": "^7.0.0",
"ava": "^1.0.0-rc.1",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-export-default-name": "^2.0.4",
"coveralls": "^3.0.2",
"eslint": "^5.8.0",
"eslint-config-canonical": "^13.0.0",
Expand Down

0 comments on commit 60bdffc

Please sign in to comment.