Skip to content

Commit e68c45e

Browse files
committed
chore(dist): updating distributables to version 0.10.12
1 parent e6281ce commit e68c45e

File tree

6 files changed

+70
-68
lines changed

6 files changed

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

dist/sass.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.11 (f4b79a1) - built 2018-09-22
2-
providing libsass 3.5.4 (1e52b743)
3-
via emscripten 1.38.12 ()
1+
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
2+
providing libsass 3.5.5 (39e30874)
3+
via emscripten 1.38.18 (7a0e274)
44
*/
55

66
(function (root, factory) {
@@ -24,7 +24,8 @@ var SASSJS_RELATIVE_PATH = (function() {
2424
'use strict';
2525

2626
// in Node things are rather simple
27-
if (typeof __dirname !== 'undefined') {
27+
const hasDir = typeof __dirname !== 'undefined';
28+
if (hasDir) {
2829
return __dirname;
2930
}
3031

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.11 (f4b79a1) - built 2018-09-22
2-
providing libsass 3.5.4 (1e52b743)
3-
via emscripten 1.38.12 ()
1+
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
2+
providing libsass 3.5.5 (39e30874)
3+
via emscripten 1.38.18 (7a0e274)
44
*/
55
var Sass = require('./sass.sync.js');
66
var fs = require('fs');

dist/sass.sync.js

Lines changed: 27 additions & 26 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: 25 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"emscripten": {
3-
"version": "1.38.12",
4-
"commit": null
3+
"version": "1.38.18",
4+
"commit": "7a0e274"
55
},
66
"libsass": {
7-
"version": "3.5.4",
8-
"commit": "1e52b743"
7+
"version": "3.5.5",
8+
"commit": "39e30874"
99
},
1010
"sassjs": {
11-
"version": "0.10.11",
12-
"commit": "f4b79a1",
11+
"version": "0.10.12",
12+
"commit": "e6281ce",
1313
"branch": "master"
1414
}
1515
}

0 commit comments

Comments
 (0)