Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Submodule: Updates upstreams to lastest versions.
Browse files Browse the repository at this point in the history
* Also updates dependencies versions.
  • Loading branch information
am11 committed Apr 5, 2015
1 parent e75de50 commit edcf76f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-sass",
"version": "3.0.0-beta.4",
"libsass": "3.2.0-beta.2",
"libsass": "3.2.0-beta.5",
"description": "Wrapper around libsass",
"license": "MIT",
"homepage": "https://github.com/sass/node-sass",
Expand Down Expand Up @@ -53,12 +53,12 @@
"nan": "^1.7.0",
"npmconf": "^2.1.1",
"pangyp": "^2.1.0",
"request": "^2.53.0",
"request": "^2.55.0",
"sass-graph": "^1.2.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"cross-spawn": "^0.2.6",
"cross-spawn": "^0.2.8",
"jscoverage": "^0.5.9",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/libsass
Submodule libsass updated 66 files
+2 −0 .gitignore
+3 −1 .travis.yml
+3 −0 Makefile
+16 −28 Makefile.am
+102 −51 ast.hpp
+2 −0 ast_factory.hpp
+1 −0 ast_fwd_decl.hpp
+15 −13 bind.cpp
+17 −5 configure.ac
+22 −2 constants.cpp
+21 −2 constants.hpp
+78 −56 context.cpp
+23 −9 context.hpp
+2 −28 contextualize.cpp
+6 −10 contextualize.hpp
+93 −0 contextualize_eval.cpp
+44 −0 contextualize_eval.hpp
+36 −9 contrib/plugin.cpp
+3 −1 cssize.cpp
+49 −16 debugger.hpp
+1 −1 emitter.cpp
+1 −1 emitter.hpp
+113 −25 environment.hpp
+3 −3 error_handling.cpp
+0 −1 error_handling.hpp
+105 −61 eval.cpp
+9 −1 eval.hpp
+97 −60 expand.cpp
+5 −2 expand.hpp
+7 −5 extend.cpp
+170 −123 file.cpp
+44 −7 file.hpp
+22 −12 functions.cpp
+2 −2 functions.hpp
+23 −14 inspect.cpp
+1 −0 inspect.hpp
+133 −0 lexer.cpp
+224 −0 lexer.hpp
+83 −0 listize.cpp
+41 −0 listize.hpp
+2 −0 operation.hpp
+5 −6 output.cpp
+414 −378 parser.cpp
+90 −108 parser.hpp
+15 −2 plugins.cpp
+6 −4 plugins.hpp
+52 −17 position.cpp
+18 −17 position.hpp
+203 −241 prelexer.cpp
+73 −333 prelexer.hpp
+21 −11 sass.cpp
+6 −6 sass.h
+167 −81 sass_context.cpp
+26 −6 sass_context.h
+49 −40 sass_functions.cpp
+55 −43 sass_functions.h
+9 −8 sass_interface.cpp
+3 −3 sass_interface.h
+8 −0 sass_version.h
+8 −0 sass_version.h.in
+2 −1 script/ci-report-coverage
+2 −2 source_map.cpp
+37 −11 util.cpp
+2 −1 util.hpp
+12 −0 win/libsass.filters
+10 −0 win/libsass.vcxproj
2 changes: 1 addition & 1 deletion test/fixtures/spec
Submodule spec updated 530 files

0 comments on commit edcf76f

Please sign in to comment.