Commit 323b1938 by xzyfer

Bump sass-spec for 3.5 features

parent 1f5eaff3
......@@ -81,6 +81,6 @@
"object-merge": "^2.5.1",
"read-yaml": "^1.0.0",
"rimraf": "^2.5.2",
"sass-spec": "3.4.3"
"sass-spec": "3.5.0-1"
}
}
......@@ -12,7 +12,7 @@ var assert = require('assert'),
glob = require('glob'),
specPath = require('sass-spec').dirname.replace(/\\/g, '/'),
impl = 'libsass',
version = 3.4;
version = 3.5;
var normalize = function(str) {
// This should be /\r\n/g, '\n', but there seems to be some empty line issues
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment