Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood committed May 18, 2016
1 parent 90daee2 commit c9347fe
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-error",
"version": "2.1.1",
"version": "3.0.0",
"description": "Easily-extendable error for use with ES6 classes",
"main": "./lib/index",
"jsnext:main": "./src/index",
Expand Down Expand Up @@ -40,10 +40,15 @@
],
"plugins": [
"add-module-exports",
["babel-plugin-transform-builtin-extend", {
"globals": ["Error"],
"approximate": true
}]
[
"babel-plugin-transform-builtin-extend",
{
"globals": [
"Error"
],
"approximate": true
}
]
]
}
}

0 comments on commit c9347fe

Please sign in to comment.