Skip to content

Commit 255f9cd

Browse files
committed
chore(dist): updating distributables to version 0.11.0
1 parent 7ae6049 commit 255f9cd

File tree

6 files changed

+72
-76
lines changed

6 files changed

+72
-76
lines changed

dist/file-size.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"compressed": "2 KB"
55
},
66
"dist/sass.sync.js": {
7-
"normal": "3618 KB",
8-
"compressed": "755 KB"
7+
"normal": "4374 KB",
8+
"compressed": "821 KB"
99
},
1010
"dist/sass.worker.js": {
11-
"normal": "3618 KB",
12-
"compressed": "755 KB"
11+
"normal": "4374 KB",
12+
"compressed": "821 KB"
1313
}
1414
}

dist/sass.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
2-
providing libsass 3.5.5 (39e30874)
3-
via emscripten 1.38.18 (7a0e274)
1+
/*! sass.js - v0.11.0 (cee0666) - built 2019-05-19
2+
providing libsass 3.6.0 (8d220b74)
3+
via emscripten 1.38.31 (040e49a)
44
*/
55

66
(function (root, factory) {

dist/sass.node.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
2-
providing libsass 3.5.5 (39e30874)
3-
via emscripten 1.38.18 (7a0e274)
1+
/*! sass.js - v0.11.0 (cee0666) - built 2019-05-19
2+
providing libsass 3.6.0 (8d220b74)
3+
via emscripten 1.38.31 (040e49a)
44
*/
55
var Sass = require('./sass.sync.js');
66
var fs = require('fs');
@@ -71,7 +71,7 @@ function resolve(request) {
7171
path.dirname(request.previous.replace(/^\/sass\//, '')),
7272
request.current
7373
)
74-
);
74+
).replace(/\\/g, '/');
7575
}
7676

7777
compileFile.importFileToSass = importFileToSass;

dist/sass.sync.js

Lines changed: 27 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sass.worker.js

Lines changed: 27 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"emscripten": {
3-
"version": "1.38.18",
4-
"commit": "7a0e274"
3+
"version": "1.38.31",
4+
"commit": "040e49a"
55
},
66
"libsass": {
7-
"version": "3.5.5",
8-
"commit": "39e30874"
7+
"version": "3.6.0",
8+
"commit": "8d220b74"
99
},
1010
"sassjs": {
11-
"version": "0.10.13",
12-
"commit": "7209593",
13-
"branch": "master"
11+
"version": "0.11.0",
12+
"commit": "cee0666",
13+
"branch": "libsass/3.6.0"
1414
}
1515
}

0 commit comments

Comments
 (0)