Skip to content

Commit

Permalink
chore(dist): updating distributables to version 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Nov 14, 2018
1 parent e6281ce commit e68c45e
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 68 deletions.
8 changes: 4 additions & 4 deletions dist/file-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"compressed": "2 KB"
},
"dist/sass.sync.js": {
"normal": "3608 KB",
"compressed": "753 KB"
"normal": "3618 KB",
"compressed": "755 KB"
},
"dist/sass.worker.js": {
"normal": "3608 KB",
"compressed": "753 KB"
"normal": "3618 KB",
"compressed": "755 KB"
}
}
9 changes: 5 additions & 4 deletions dist/sass.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass.js - v0.10.11 (f4b79a1) - built 2018-09-22
providing libsass 3.5.4 (1e52b743)
via emscripten 1.38.12 ()
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
providing libsass 3.5.5 (39e30874)
via emscripten 1.38.18 (7a0e274)
*/

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

// in Node things are rather simple
if (typeof __dirname !== 'undefined') {
const hasDir = typeof __dirname !== 'undefined';
if (hasDir) {
return __dirname;
}

Expand Down
6 changes: 3 additions & 3 deletions dist/sass.node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass.js - v0.10.11 (f4b79a1) - built 2018-09-22
providing libsass 3.5.4 (1e52b743)
via emscripten 1.38.12 ()
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
providing libsass 3.5.5 (39e30874)
via emscripten 1.38.18 (7a0e274)
*/
var Sass = require('./sass.sync.js');
var fs = require('fs');
Expand Down
53 changes: 27 additions & 26 deletions dist/sass.sync.js

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions dist/sass.worker.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/versions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"emscripten": {
"version": "1.38.12",
"commit": null
"version": "1.38.18",
"commit": "7a0e274"
},
"libsass": {
"version": "3.5.4",
"commit": "1e52b743"
"version": "3.5.5",
"commit": "39e30874"
},
"sassjs": {
"version": "0.10.11",
"commit": "f4b79a1",
"version": "0.10.12",
"commit": "e6281ce",
"branch": "master"
}
}

0 comments on commit e68c45e

Please sign in to comment.