Skip to content

Commit

Permalink
chore(dist): updating distributables to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed May 19, 2019
1 parent 7ae6049 commit 255f9cd
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 76 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": "3618 KB",
"compressed": "755 KB"
"normal": "4374 KB",
"compressed": "821 KB"
},
"dist/sass.worker.js": {
"normal": "3618 KB",
"compressed": "755 KB"
"normal": "4374 KB",
"compressed": "821 KB"
}
}
6 changes: 3 additions & 3 deletions dist/sass.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
providing libsass 3.5.5 (39e30874)
via emscripten 1.38.18 (7a0e274)
/*! sass.js - v0.11.0 (cee0666) - built 2019-05-19
providing libsass 3.6.0 (8d220b74)
via emscripten 1.38.31 (040e49a)
*/

(function (root, factory) {
Expand Down
8 changes: 4 additions & 4 deletions dist/sass.node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
providing libsass 3.5.5 (39e30874)
via emscripten 1.38.18 (7a0e274)
/*! sass.js - v0.11.0 (cee0666) - built 2019-05-19
providing libsass 3.6.0 (8d220b74)
via emscripten 1.38.31 (040e49a)
*/
var Sass = require('./sass.sync.js');
var fs = require('fs');
Expand Down Expand Up @@ -71,7 +71,7 @@ function resolve(request) {
path.dirname(request.previous.replace(/^\/sass\//, '')),
request.current
)
);
).replace(/\\/g, '/');
}

compileFile.importFileToSass = importFileToSass;
Expand Down
56 changes: 27 additions & 29 deletions dist/sass.sync.js

Large diffs are not rendered by default.

56 changes: 27 additions & 29 deletions dist/sass.worker.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/versions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"emscripten": {
"version": "1.38.18",
"commit": "7a0e274"
"version": "1.38.31",
"commit": "040e49a"
},
"libsass": {
"version": "3.5.5",
"commit": "39e30874"
"version": "3.6.0",
"commit": "8d220b74"
},
"sassjs": {
"version": "0.10.13",
"commit": "7209593",
"branch": "master"
"version": "0.11.0",
"commit": "cee0666",
"branch": "libsass/3.6.0"
}
}

0 comments on commit 255f9cd

Please sign in to comment.