assetstream
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "assetstream", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Stream and transform your browser assets.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -74,2 +74,4 @@ | ||
}); | ||
} else { | ||
throw error; | ||
} | ||
@@ -126,2 +128,4 @@ | ||
console.error('ERR: Parse error at ' + asset.path + ':' + error.line + ',' + error.col + ': ' + error.message + '\n' + error.stack); | ||
} else { | ||
console.error('ERR: Parse error at ' + asset.path + ':', error.stack || error); | ||
} | ||
@@ -128,0 +132,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
39168
1236