Skip to content

Commit

Permalink
fix(core): Fix issue with exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Feb 5, 2016
1 parent 775d845 commit da72012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["es2015-node4"]
"presets": ["es2015-node4"],
"plugins": ["add-module-exports"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015-node4": "2.0.3",
"chai": "3.5.0",
"core-decorators": "0.11.0",
Expand Down

0 comments on commit da72012

Please sign in to comment.