Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "es6-error", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Easily-extendable error for use with ES6 classes", | ||
@@ -36,20 +36,3 @@ "main": "./lib/index", | ||
}, | ||
"dependencies": {}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
], | ||
"plugins": [ | ||
"add-module-exports", | ||
[ | ||
"babel-plugin-transform-builtin-extend", | ||
{ | ||
"globals": [ | ||
"Error" | ||
], | ||
"approximate": true | ||
} | ||
] | ||
] | ||
} | ||
"dependencies": {} | ||
} |
# es6-error | ||
![npm version](https://badge.fury.io/js/es6-error.svg) | ||
![build status](https://travis-ci.org/bjyoungblood/es6-error.svg?branch=master) | ||
[![npm version](https://badge.fury.io/js/es6-error.svg)](https://www.npmjs.com/package/es6-error) | ||
[![Build Status](https://travis-ci.org/bjyoungblood/es6-error.svg?branch=master)](https://travis-ci.org/bjyoungblood/es6-error) | ||
@@ -6,0 +6,0 @@ An easily-extendable error class for use with ES6 classes (or ES5, if you so |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9326