postcss-pseudoelements
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,6 @@ | ||
# 2.1.1 | ||
* Remove unused runtime dependency to minimatch | ||
* Update postcss in test to >=3.0.5 | ||
## 2.1.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "postcss-pseudoelements", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before)", | ||
@@ -25,10 +25,7 @@ "main": "index.js", | ||
"homepage": "https://github.com/axa-ch/postcss-pseudoelements", | ||
"dependencies": { | ||
"minimatch": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.0.1", | ||
"postcss": "^3.0.5", | ||
"should": "^4.3.0" | ||
"postcss": ">=3.0.5", | ||
"should": "^5.0.0" | ||
} | ||
} |
@@ -9,3 +9,3 @@ # postcss-pseudoelements | ||
var processor = postcss(pe({ selectors: ['before', 'after']})); | ||
var processor = postcss(pe(OPTIONS)); | ||
@@ -12,0 +12,0 @@ console.log(processor.process('a:before {}').css) // outputs: a:before {} |
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
3437
0
- Removedminimatch@^2.0.1
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedminimatch@2.0.10(transitive)