Skip to content

Commit

Permalink
fix module exports
Browse files Browse the repository at this point in the history
fixes 59naga#31
  • Loading branch information
jquense committed Apr 26, 2016
1 parent 50253c8 commit efb7bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"plugins": [
"babel-plugin-add-module-exports"
],
"presets": [
"es2015"
],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"abigail": "^1.6.1",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-power-assert": "^1.0.0",
Expand Down

0 comments on commit efb7bc4

Please sign in to comment.