Comparing version 0.9.1 to 0.9.2
0.9.2 / 2011-03-21 | ||
================== | ||
* Removed a `console.log()` call | ||
0.9.1 / 2011-03-18 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -158,3 +158,2 @@ /*! | ||
checkImports(stylusPath, function(changed){ | ||
console.log(changed); | ||
changed ? compile() : next(); | ||
@@ -161,0 +160,0 @@ }); |
@@ -26,3 +26,3 @@ | ||
exports.version = '0.9.1'; | ||
exports.version = '0.9.2'; | ||
@@ -29,0 +29,0 @@ /** |
{ "name": "stylus" | ||
, "description": "Robust, expressive language which compiles to CSS" | ||
, "version": "0.9.1" | ||
, "version": "0.9.2" | ||
, "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
195065
6712