postcss-normalize-url
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@5.0.0...postcss-normalize-url@5.0.1) (2021-05-19) | ||
**Note:** Version bump only for package postcss-normalize-url | ||
# [5.0.0](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@5.0.0-rc.2...postcss-normalize-url@5.0.0) (2021-04-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "postcss-normalize-url", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Normalize URLs with PostCSS", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"prebuild": "del-cli dist", | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"", | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", | ||
"prepublish": "yarn build" | ||
@@ -45,8 +45,8 @@ }, | ||
"devDependencies": { | ||
"postcss": "^8.2.1" | ||
"postcss": "^8.2.15" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.1" | ||
"postcss": "^8.2.15" | ||
}, | ||
"gitHead": "0e2c3bf5835bafcdc8783bef66f730a24194c8f3" | ||
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc" | ||
} |
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
8680