From c9347fe4df03bac290a5ecd2abb72dbecaae6b2a Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Wed, 18 May 2016 07:35:34 -0600 Subject: [PATCH] 3.0.0 --- package.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b99c06..ca92ed3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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 + } + ] ] } }