Skip to content

Commit

Permalink
fix(package): Fix issue with export default
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jan 27, 2016
1 parent 71e8813 commit 7916e95
Show file tree
Hide file tree
Showing 3 changed files with 4 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"]
"presets": ["es2015"],
"plugins": ["add-module-exports"]
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_js:
- 5
- 4
- 0.12
- 0.10
before_install:
- npm install -g npm@latest
before_script:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"coveralls": "2.11.6",
Expand Down

0 comments on commit 7916e95

Please sign in to comment.