Skip to content

Commit e8c1f11

Browse files
committed
chore(libsass): upgrading to libsass 3.6.0
1 parent 61d62a6 commit e8c1f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libsass/Makefile.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@@ -299,7 +326,7 @@
4444
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) $(LOG_FLAGS) $(SASS_SPEC_PATH)/spec/issues
4545

46-
clean-objects: lib
46+
clean-objects: | lib
4747
- -$(RM) lib/*.a lib/*.so lib/*.dll lib/*.la
4848
+ -$(RM) lib/*.a lib/*.so lib/*.dll lib/*.la lib/*.js
4949
-$(RMDIR) lib

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