Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 323b193

Browse files
committed
Bump sass-spec for 3.5 features
1 parent 1f5eaff commit 323b193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
"object-merge": "^2.5.1",
8282
"read-yaml": "^1.0.0",
8383
"rimraf": "^2.5.2",
84-
"sass-spec": "3.4.3"
84+
"sass-spec": "3.5.0-1"
8585
}
8686
}

test/spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var assert = require('assert'),
1212
glob = require('glob'),
1313
specPath = require('sass-spec').dirname.replace(/\\/g, '/'),
1414
impl = 'libsass',
15-
version = 3.4;
15+
version = 3.5;
1616

1717
var normalize = function(str) {
1818
// This should be /\r\n/g, '\n', but there seems to be some empty line issues

0 commit comments

Comments
 (0)