chi-datapackage
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -9,2 +9,5 @@ CHANGELOG | ||
## 4.0.2 (2016-09-22) | ||
_(none)_ | ||
## 4.0.1 (2016-09-13) | ||
@@ -11,0 +14,0 @@ * Fix for enviroments that don't support for const in |
@@ -95,3 +95,2 @@ 'use strict'; | ||
if (r.errors && r.errors.length > 0) { | ||
console.log('asdfasdfsdf'); | ||
r.$error = new Error('Errors processing resource ' + r.name); | ||
@@ -98,0 +97,0 @@ } |
{ | ||
"name": "chi-datapackage", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Normalize datapackage and datapackage resources", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -71,3 +71,2 @@ 'use strict'; | ||
if (r.errors && r.errors.length > 0) { | ||
console.log('asdfasdfsdf'); | ||
r.$error = new Error(`Errors processing resource ${r.name}`); | ||
@@ -74,0 +73,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
59288
1589