Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "css-parse", | ||
"repo": "visionmedia/css-parse", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "CSS parser", | ||
@@ -6,0 +6,0 @@ "keywords": ["css", "parser", "stylesheet"], |
1.5.2 / 2013-07-28 | ||
================== | ||
* fix another regexp for good old FF | ||
1.5.1 / 2013-07-23 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -182,3 +182,3 @@ | ||
// prop | ||
var prop = match(/^(\*?[//*-\w]+)\s*/); | ||
var prop = match(/^(\*?[-\/\*\w]+)\s*/); | ||
if (!prop) return; | ||
@@ -185,0 +185,0 @@ prop = prop[0]; |
{ | ||
"name": "css-parse", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "CSS parser", | ||
@@ -5,0 +5,0 @@ "keywords": ["css", "parser", "stylesheet"], |
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
12702