Skip to content

Commit

Permalink
Bump sass-spec for 3.5 features
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jan 26, 2017
1 parent 1f5eaff commit 323b193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion test/spec.js
Expand Up @@ -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
Expand Down

0 comments on commit 323b193

Please sign in to comment.