cdnjs-transform
Advanced tools
Comparing version 0.0.6 to 0.1.0
@@ -83,7 +83,4 @@ var _ = require('lodash'); | ||
if (package.name !== memo[name].root) { | ||
throw new Error(tmplt("Conflicted '{asset}'. '{package}' != '{root}'.", { | ||
asset: filename, | ||
package: package.name, | ||
root: memo[name].root | ||
})); | ||
delete memo[name]; | ||
return memo; | ||
} | ||
@@ -90,0 +87,0 @@ // Figure out what kind of file this is and add it. This could be extended |
{ | ||
"name": "cdnjs-transform", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "Extract assets to make CDNjs's packages useful.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4469
111