Skip to content

Commit 44db874

Browse files
committed
chore(dist): updating distributables to version 0.10.13
1 parent 7209593 commit 44db874

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/sass.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
1+
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
22
providing libsass 3.5.5 (39e30874)
33
via emscripten 1.38.18 (7a0e274)
44
*/
@@ -24,7 +24,7 @@ var SASSJS_RELATIVE_PATH = (function() {
2424
'use strict';
2525

2626
// in Node things are rather simple
27-
const hasDir = typeof __dirname !== 'undefined';
27+
var hasDir = typeof __dirname !== 'undefined';
2828
if (hasDir) {
2929
return __dirname;
3030
}

dist/sass.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
1+
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
22
providing libsass 3.5.5 (39e30874)
33
via emscripten 1.38.18 (7a0e274)
44
*/

dist/sass.sync.js

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

dist/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"commit": "39e30874"
99
},
1010
"sassjs": {
11-
"version": "0.10.12",
12-
"commit": "e6281ce",
11+
"version": "0.10.13",
12+
"commit": "7209593",
1313
"branch": "master"
1414
}
1515
}

0 commit comments

Comments
 (0)