Skip to content

Commit f467ad8

Browse files
committed
chore(dist): updating distributables to version 0.10.11
1 parent f4b79a1 commit f467ad8

File tree

6 files changed

+60
-62
lines changed

6 files changed

+60
-62
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": "3792 KB",
8-
"compressed": "791 KB"
7+
"normal": "3608 KB",
8+
"compressed": "753 KB"
99
},
1010
"dist/sass.worker.js": {
11-
"normal": "3792 KB",
12-
"compressed": "791 KB"
11+
"normal": "3608 KB",
12+
"compressed": "753 KB"
1313
}
1414
}

dist/sass.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.10 (4ca6ca1) - built 2018-07-07
1+
/*! sass.js - v0.10.11 (f4b79a1) - built 2018-09-22
22
providing libsass 3.5.4 (1e52b743)
3-
via emscripten 1.37.35 ()
3+
via emscripten 1.38.12 ()
44
*/
55

66
(function (root, factory) {

dist/sass.node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.10 (4ca6ca1) - built 2018-07-07
1+
/*! sass.js - v0.10.11 (f4b79a1) - built 2018-09-22
22
providing libsass 3.5.4 (1e52b743)
3-
via emscripten 1.37.35 ()
3+
via emscripten 1.38.12 ()
44
*/
55
var Sass = require('./sass.sync.js');
66
var fs = require('fs');

dist/sass.sync.js

Lines changed: 24 additions & 25 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: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"emscripten": {
3-
"version": "1.37.35",
3+
"version": "1.38.12",
44
"commit": null
55
},
66
"libsass": {
77
"version": "3.5.4",
88
"commit": "1e52b743"
99
},
1010
"sassjs": {
11-
"version": "0.10.10",
12-
"commit": "4ca6ca1",
13-
"branch": "upgrade/libsass-3.5.4"
11+
"version": "0.10.11",
12+
"commit": "f4b79a1",
13+
"branch": "master"
1414
}
1515
}

0 commit comments

Comments
 (0)