Skip to content

Commit 2572ae6

Browse files
committed
chore(dist): updating distributables to version 0.10.2
1 parent abe26e0 commit 2572ae6

File tree

6 files changed

+67
-61
lines changed

6 files changed

+67
-61
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": "2708 KB",
8-
"compressed": "572 KB"
7+
"normal": "3229 KB",
8+
"compressed": "670 KB"
99
},
1010
"dist/sass.worker.js": {
11-
"normal": "2708 KB",
12-
"compressed": "571 KB"
11+
"normal": "3230 KB",
12+
"compressed": "669 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.1 (8467e47) - built 2016-12-19
2-
providing libsass 3.4.1 (b9b5756)
3-
via emscripten 1.36.0 ()
1+
/*! sass.js - v0.10.2 (abe26e0) - built 2016-12-28
2+
providing libsass 3.4.2 (2a9f386)
3+
via emscripten 1.37.0 ()
44
*/
55

66
(function (root, factory) {

dist/sass.node.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.1 (8467e47) - built 2016-12-19
2-
providing libsass 3.4.1 (b9b5756)
3-
via emscripten 1.36.0 ()
1+
/*! sass.js - v0.10.2 (abe26e0) - built 2016-12-28
2+
providing libsass 3.4.2 (2a9f386)
3+
via emscripten 1.37.0 ()
44
*/
55
var fs = require('fs');
66
var Sass = require('./sass.sync.js');

dist/sass.sync.js

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

dist/versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"emscripten": {
3-
"version": "1.36.0",
3+
"version": "1.37.0",
44
"commit": null
55
},
66
"libsass": {
7-
"version": "3.4.1",
8-
"commit": "b9b5756"
7+
"version": "3.4.2",
8+
"commit": "2a9f386"
99
},
1010
"sassjs": {
11-
"version": "0.10.1",
12-
"commit": "8467e47",
11+
"version": "0.10.2",
12+
"commit": "abe26e0",
1313
"branch": "master"
1414
}
1515
}

0 commit comments

Comments
 (0)