Skip to content

Commit

Permalink
Merge pull request #25 from azu/use-babel-preset-power-assert
Browse files Browse the repository at this point in the history
chore(npm): use babel-preset-power-assert
  • Loading branch information
azu committed Apr 13, 2016
2 parents 9fc66d1 + 46c7751 commit 7c877b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"development": {
"plugins": [
"jsdoc-to-assert"
],
"presets": [
"power-assert"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-jsdoc-to-assert": "^1.4.0",
"babel-preset-es2015": "^6.6.0",
"espower-babel": "^4.0.1",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.7.2",
"espower-loader": "^1.0.0",
"mocha": "^2.2.1",
"power-assert": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--compilers js:espower-babel/guess
--compilers js:babel-register

0 comments on commit 7c877b9

Please sign in to comment.