postcss-custom-properties
Advanced tools
Comparing version 8.0.9 to 8.0.10
# Changes to PostCSS Custom Properties | ||
### 8.0.10 (April 1, 2019) | ||
- Added: Support for ignoring lines and or blocks using | ||
`postcss-custom-properties` comments. | ||
- Updated: `postcss` to 7.0.14 (patch) | ||
- Updated: `postcss-values-parser` to 2.0.1 (patch) | ||
### 8.0.9 (November 5, 2018) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "postcss-custom-properties", | ||
"version": "8.0.9", | ||
"version": "8.0.10", | ||
"description": "Use Custom Properties Queries in CSS", | ||
@@ -13,15 +13,15 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
"bugs": "https://github.com/postcss/postcss-custom-properties/issues", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.mjs", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"files": [ | ||
"index.cjs.js", | ||
"index.cjs.js.map", | ||
"index.esm.mjs", | ||
"index.esm.mjs.map" | ||
"index.js", | ||
"index.js.map", | ||
"index.mjs", | ||
"index.mjs.map" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "npm test", | ||
"pretest": "rollup -c .rollup.js --silent", | ||
"pretest:tape": "rollup -c .rollup.js --silent", | ||
"test": "npm run test:js && npm run test:tape", | ||
"test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet", | ||
"test:js": "eslint src/**/*.js --cache --ignore-path .gitignore --quiet", | ||
"test:tape": "postcss-tape" | ||
@@ -33,16 +33,16 @@ }, | ||
"dependencies": { | ||
"postcss": "^7.0.5", | ||
"postcss-values-parser": "^2.0.0" | ||
"postcss": "^7.0.14", | ||
"postcss-values-parser": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/core": "^7.4.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.8.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-dev": "^2.0.0", | ||
"postcss-tape": "^2.2.0", | ||
"postcss-tape": "^4.0.0", | ||
"pre-commit": "^1.2.2", | ||
"rollup": "^0.67.0", | ||
"rollup-plugin-babel": "^4.0.3" | ||
"rollup": "^1.7.4", | ||
"rollup-plugin-babel": "^4.3.2" | ||
}, | ||
@@ -49,0 +49,0 @@ "eslintConfig": { |
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
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
109001
846
Updatedpostcss@^7.0.14
Updatedpostcss-values-parser@^2.0.1