Skip to content

Commit

Permalink
Assign 'module.exports'
Browse files Browse the repository at this point in the history
Closes #12.
  • Loading branch information
valeriangalliat committed Nov 29, 2015
1 parent dbc4331 commit 9ad551b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-transform-object-assign": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"markdown-it": "^5.0.2",
Expand All @@ -42,7 +43,8 @@
"es2015"
],
"plugins": [
"transform-object-assign"
"transform-object-assign",
"add-module-exports"
]
}
}

0 comments on commit 9ad551b

Please sign in to comment.