Skip to content

Commit

Permalink
chore(dist): updating distributables to version 0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Nov 19, 2018
1 parent 7209593 commit 44db874
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/sass.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
providing libsass 3.5.5 (39e30874)
via emscripten 1.38.18 (7a0e274)
*/
Expand All @@ -24,7 +24,7 @@ var SASSJS_RELATIVE_PATH = (function() {
'use strict';

// in Node things are rather simple
const hasDir = typeof __dirname !== 'undefined';
var hasDir = typeof __dirname !== 'undefined';
if (hasDir) {
return __dirname;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/sass.node.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass.js - v0.10.12 (e6281ce) - built 2018-11-14
/*! sass.js - v0.10.13 (7209593) - built 2018-11-19
providing libsass 3.5.5 (39e30874)
via emscripten 1.38.18 (7a0e274)
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/sass.sync.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sass.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"commit": "39e30874"
},
"sassjs": {
"version": "0.10.12",
"commit": "e6281ce",
"version": "0.10.13",
"commit": "7209593",
"branch": "master"
}
}

0 comments on commit 44db874

Please sign in to comment.