Skip to content

Commit

Permalink
feature(dist): updating distributables to version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Oct 27, 2015
1 parent bfade3e commit b9dcde5
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
8 changes: 4 additions & 4 deletions dist/file-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"compressed": "2 KB"
},
"dist/sass.sync.js": {
"normal": "2367 KB",
"compressed": "517 KB"
"normal": "2357 KB",
"compressed": "515 KB"
},
"dist/sass.worker.js": {
"normal": "2367 KB",
"compressed": "517 KB"
"normal": "2357 KB",
"compressed": "515 KB"
},
"dist/libsass.js.mem": {
"normal": "73 KB",
Expand Down
Binary file modified dist/libsass.js.mem
Binary file not shown.
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.9.3 (b057691) - built 2015-10-25
providing libsass 3.3.0 (bb090ed)
via emscripten 1.35.2 (a8ecf9a)
/*! sass.js - v0.9.4 (bfade3e) - built 2015-10-27
providing libsass 3.3.1 (42e22fb)
via emscripten 1.35.4 (e37f843)
*/

(function (root, factory) {
Expand Down
34 changes: 17 additions & 17 deletions dist/sass.sync.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 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.35.2",
"commit": "a8ecf9a"
"version": "1.35.4",
"commit": "e37f843"
},
"libsass": {
"version": "3.3.0",
"commit": "bb090ed"
"version": "3.3.1",
"commit": "42e22fb"
},
"sassjs": {
"version": "0.9.3",
"commit": "b057691",
"version": "0.9.4",
"commit": "bfade3e",
"branch": "master"
}
}

0 comments on commit b9dcde5

Please sign in to comment.