Skip to content

Commit 52d31be

Browse files
committed
chore(libsass): upgrading to libsass 3.4.4
1 parent f7491b4 commit 52d31be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libsass/empterpreter_whitelist.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"__ZL20sass_compile_contextP12Sass_ContextPN4Sass7ContextE",
66
"__ZN4Sass12Data_Context5parseEv",
77
"__ZN4Sass6Parser12parse_importEv",
8+
"__ZN4Sass6Parser13parse_rulesetE9Lookahead",
89
"__ZN4Sass6Parser13parse_rulesetE9Lookaheadb",
910
"__ZN4Sass6Parser15add_single_fileEPNS_6ImportENSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE",
1011
"__ZN4Sass6Parser15parse_css_blockEb",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sass.js",
33
"version": "0.10.3",
4-
"libsass": "3.4.3",
4+
"libsass": "3.4.4",
55
"title": "Sass.js - API for emscripted libsass",
66
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
77
"homepage": "http://medialize.github.com/sass.js/",

0 commit comments

Comments
 (0)