postcss-custom-properties
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,7 @@ | ||
# 5.0.1 - 2016-04-22 | ||
- Fixed: trailing space after custom property name causes duplicate empty | ||
property | ||
([#43](https://github.com/postcss/postcss-custom-properties/pull/43)) | ||
# 5.0.0 - 2015-08-25 | ||
@@ -2,0 +8,0 @@ |
@@ -15,3 +15,3 @@ /** | ||
// matches `name[, fallback]`, captures "name" and "fallback" | ||
var RE_VAR = /([\w-]+)(?:\s*,\s*)?(.*)?/ | ||
var RE_VAR = /([\w-]+)(?:\s*,\s*)?\s*(.*)?/ | ||
@@ -18,0 +18,0 @@ /** |
{ | ||
"name": "postcss-custom-properties", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables", | ||
@@ -15,6 +15,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/postcss/postcss-custom-properties.git" | ||
}, | ||
"repository": "https://github.com/postcss/postcss-custom-properties.git", | ||
"files": [ | ||
@@ -29,7 +26,9 @@ "index.js" | ||
"eslint": "^1.0.0", | ||
"npmpub": "^3.1.0", | ||
"tape": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"test": "eslint . && tape test" | ||
"test": "eslint . && tape test", | ||
"release": "npmpub" | ||
} | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
17029
5
0
148
3
1