css-asset-rebaser
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "css-asset-rebaser", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Copy assets from node_modules and rewrite URLs in CSS", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "repository": { | ||
"scripts": { | ||
"test": "eslint index.js" | ||
"test": "eslint lib" | ||
}, | ||
@@ -26,4 +26,5 @@ "devDependencies": { | ||
"fs-extra": "^0.26.2", | ||
"gulp-util": "^3.0.7" | ||
"gulp-util": "^3.0.7", | ||
"gulplog": "^1.0.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6171
6
127
1
32
4
1
+ Addedgulplog@^1.0.0