Skip to content

Commit

Permalink
fix(babel): properly transpile extended error classes
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Jun 24, 2017
1 parent ac36b4c commit 840f1de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-es2015": "6.24.1",
"chai": "4.0.2",
"chai-as-promised": "7.0.0",
Expand All @@ -37,8 +38,8 @@
"eslint-plugin-unicorn": "2.1.2",
"istanbul": "0.4.5",
"mocha": "3.4.2",
"semantic-release": "6.3.6",
"pre-git": "3.15.0",
"semantic-release": "6.3.6",
"testdouble": "3.1.1"
},
"config": {
Expand Down

0 comments on commit 840f1de

Please sign in to comment.