Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "errorex", | ||
"description": "'Extensible Error Class' implementation and predefined additional error types for javascript", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Panates Ltd.", | ||
@@ -20,10 +20,10 @@ "contributors": [ | ||
"devDependencies": { | ||
"babel-eslint": "^8.0.0", | ||
"eslint": "^4.7.2", | ||
"babel-eslint": "^8.0.1", | ||
"eslint": "^4.9.0", | ||
"eslint-config-google": "^0.9.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.5.3" | ||
"mocha": "^4.0.1" | ||
}, | ||
"engines": { | ||
"node": ">= 0.10" | ||
"node": ">= 4.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "directories": { |
@@ -60,3 +60,3 @@ # ErrorEx | ||
function MyError() { | ||
MyError.apply(this, arguments); | ||
ErrorEx.apply(this, arguments); | ||
this.myproperty = 1000; | ||
@@ -63,0 +63,0 @@ } |
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
10957