Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #93 from chentsulin/fix/module-export
Browse files Browse the repository at this point in the history
Close #92, avoid module.exports breaking change
  • Loading branch information
leebyron committed May 27, 2016
2 parents 6f64d1e + fba085d commit fd0633f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"es2015"
],
"plugins": [
"add-module-exports",
"transform-class-properties",
"transform-flow-strip-types"
]
Expand All @@ -66,6 +67,7 @@
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-eslint": "6.0.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "6.8.0",
"babel-plugin-transform-class-properties": "6.9.0",
"babel-plugin-transform-flow-strip-types": "6.8.0",
Expand Down

0 comments on commit fd0633f

Please sign in to comment.