Comparing version 0.61.0 to 0.62.0
@@ -130,3 +130,3 @@ | ||
default: | ||
return super.operate.call(op, right); | ||
return super.operate(op, right); | ||
} | ||
@@ -133,0 +133,0 @@ }; |
@@ -67,3 +67,3 @@ /*! | ||
compile() { | ||
var css = super.compile.call(this) | ||
var css = super.compile() | ||
, out = this.basename + '.map' | ||
@@ -160,3 +160,3 @@ , url = this.normalizePath(this.dest | ||
visitLiteral(lit) { | ||
var val = super.visitLiteral.call(this, lit) | ||
var val = super.visitLiteral(lit) | ||
, filename = this.normalizePath(lit.filename) | ||
@@ -163,0 +163,0 @@ , indentsRe = /^\s+/ |
{ | ||
"name": "stylus", | ||
"description": "Robust, expressive, and feature-rich CSS superset", | ||
"version": "0.61.0", | ||
"version": "0.62.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
365792