Comparing version 0.7.2 to 0.7.3
0.7.3 / 2011-03-09 | ||
================== | ||
* Fixed; allow semi-colons for non-css syntax for one-liners | ||
0.7.2 / 2011-03-08 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -479,2 +479,3 @@ | ||
stmt = this.statement; | ||
this.accept(';'); | ||
} | ||
@@ -481,0 +482,0 @@ if (!stmt) this.error('unexpected token {peek} in block'); |
@@ -26,3 +26,3 @@ | ||
exports.version = '0.7.2'; | ||
exports.version = '0.7.3'; | ||
@@ -29,0 +29,0 @@ /** |
{ "name": "stylus" | ||
, "description": "Robust, expressive language which compiles to CSS" | ||
, "version": "0.7.2" | ||
, "version": "0.7.3" | ||
, "author": "TJ Holowaychuk <tj@vision-media.ca>" | ||
@@ -5,0 +5,0 @@ , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"] |
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
184927
6527