Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 83f3c8e

Browse files
committed
Fix incorrect export (#8)
1 parent efa6b4d commit 83f3c8e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.babelrc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"presets": [
3-
["env", {
4-
"targets": {
5-
"node": 4
6-
}
7-
}]
8-
]
3+
["env", {
4+
"targets": {
5+
"node": 4
6+
}
7+
}]
8+
],
9+
"plugins": [
10+
"add-module-exports"
11+
]
912
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"babel-cli": "^6.24.1",
28+
"babel-plugin-add-module-exports": "^0.2.1",
2829
"babel-preset-env": "^1.4.0",
2930
"babel-register": "^6.24.1",
3031
"eslint": "^3.19.0",

0 commit comments

Comments
 (0)