Skip to content

Commit 006a88d

Browse files
committed
chore(libsass): upgrade to libsass 3.6.2
1 parent 255f9cd commit 006a88d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libsass/Makefile.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) $(LOG_FLAGS) $(SASS_SPEC_PATH)/spec/issues
4545

4646
clean-objects: | lib
47-
- -$(RM) lib/*.a lib/*.so lib/*.dll lib/*.la
48-
+ -$(RM) lib/*.a lib/*.so lib/*.dll lib/*.la lib/*.js
47+
- -$(RM) lib/*.a lib/*.so lib/*.dll lib/*.dylib lib/*.la
48+
+ -$(RM) lib/*.a lib/*.so lib/*.dll lib/*.dylib lib/*.la lib/*.js
4949
-$(RMDIR) lib
5050
clean: clean-objects
5151
$(RM) $(CLEANUPS)

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.11.0",
4-
"libsass": "3.6.0",
4+
"libsass": "3.6.2",
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)