This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Libsass 2b8a17a #2714
Closed
Closed
Libsass 2b8a17a #2714
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
{ | ||
"name": "node-sass", | ||
"version": "4.12.0", | ||
"libsass": "3.5.4", | ||
"description": "Wrapper around libsass", | ||
"license": "MIT", | ||
"bugs": "https://github.com/sass/node-sass/issues", | ||
"homepage": "https://github.com/sass/node-sass", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sass/node-sass" | ||
}, | ||
"author": { | ||
"name": "Andrew Nesbitt", | ||
"email": "[email protected]", | ||
"url": "http://andrew.github.com" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"main": "lib/index.js", | ||
"nodeSassConfig": { | ||
"binarySite": "https://github.com/sass/node-sass/releases/download" | ||
}, | ||
"bin": { | ||
"node-sass": "bin/node-sass" | ||
}, | ||
"gypfile": true, | ||
"scripts": { | ||
"coverage": "node scripts/coverage.js", | ||
"install": "node scripts/install.js", | ||
"postinstall": "node scripts/build.js", | ||
"lint": "node_modules/.bin/eslint bin/node-sass lib scripts test", | ||
"test": "node_modules/.bin/mocha test/{*,**/**}.js", | ||
"build": "node scripts/build.js --force", | ||
"prepublish": "not-in-install && node scripts/prepublish.js || in-install" | ||
}, | ||
"files": [ | ||
"bin", | ||
"binding.gyp", | ||
"lib", | ||
"scripts", | ||
"src", | ||
"test", | ||
"vendor" | ||
], | ||
"keywords": [ | ||
"css", | ||
"libsass", | ||
"preprocessor", | ||
"sass", | ||
"scss", | ||
"style" | ||
], | ||
"dependencies": { | ||
"async-foreach": "^0.1.3", | ||
"chalk": "^1.1.1", | ||
"cross-spawn": "^3.0.0", | ||
"gaze": "^1.0.0", | ||
"get-stdin": "^4.0.1", | ||
"glob": "^7.0.3", | ||
"in-publish": "^2.0.0", | ||
"lodash": "^4.17.11", | ||
"meow": "^3.7.0", | ||
"mkdirp": "^0.5.1", | ||
"nan": "^2.13.2", | ||
"node-gyp": "^3.8.0", | ||
"npmlog": "^4.0.0", | ||
"request": "^2.88.0", | ||
"sass-graph": "^2.2.4", | ||
"stdout-stream": "^1.4.0", | ||
"true-case-path": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.2", | ||
"eslint": "^3.4.0", | ||
"fs-extra": "^0.30.0", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^3.1.2", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"object-merge": "^2.5.1", | ||
"read-yaml": "^1.0.0", | ||
"rimraf": "^2.5.2", | ||
"sass-spec": "https://github.com/sass/sass-spec.git#dc2d573", | ||
"unique-temp-dir": "^1.0.0" | ||
} | ||
} | ||
"name": "node-sass", | ||
"version": "4.12.1", | ||
"libsass": "3.6.1-28-g2b8a", | ||
"description": "Wrapper around libsass", | ||
"license": "MIT", | ||
"bugs": "https://github.com/sass/node-sass/issues", | ||
"homepage": "https://github.com/sass/node-sass", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sass/node-sass" | ||
}, | ||
"author": { | ||
"name": "Andrew Nesbitt", | ||
"email": "[email protected]", | ||
"url": "http://andrew.github.com" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"main": "lib/index.js", | ||
"nodeSassConfig": { | ||
"binarySite": "https://github.com/sass/node-sass/releases/download" | ||
}, | ||
"bin": { | ||
"node-sass": "bin/node-sass" | ||
}, | ||
"gypfile": true, | ||
"scripts": { | ||
"coverage": "node scripts/coverage.js", | ||
"install": "node scripts/install.js", | ||
"postinstall": "node scripts/build.js", | ||
"lint": "node_modules/.bin/eslint bin/node-sass lib scripts test", | ||
"test": "node_modules/.bin/mocha test/{*,**/**}.js", | ||
"build": "node scripts/build.js --force", | ||
"prepublish": "not-in-install && node scripts/prepublish.js || in-install" | ||
}, | ||
"files": [ | ||
"bin", | ||
"binding.gyp", | ||
"lib", | ||
"scripts", | ||
"src", | ||
"test", | ||
"vendor" | ||
], | ||
"keywords": [ | ||
"css", | ||
"libsass", | ||
"preprocessor", | ||
"sass", | ||
"scss", | ||
"style" | ||
], | ||
"dependencies": { | ||
"async-foreach": "^0.1.3", | ||
"chalk": "^1.1.1", | ||
"cross-spawn": "^3.0.0", | ||
"gaze": "^1.0.0", | ||
"get-stdin": "^4.0.1", | ||
"glob": "^7.0.3", | ||
"in-publish": "^2.0.0", | ||
"lodash": "^4.17.11", | ||
"meow": "^3.7.0", | ||
"mkdirp": "^0.5.1", | ||
"nan": "^2.13.2", | ||
"node-gyp": "^3.8.0", | ||
"npmlog": "^4.0.0", | ||
"request": "^2.88.0", | ||
"sass-graph": "^2.2.4", | ||
"stdout-stream": "^1.4.0", | ||
"true-case-path": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.2", | ||
"eslint": "^3.4.0", | ||
"fs-extra": "^0.30.0", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^3.1.2", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"object-merge": "^2.5.1", | ||
"read-yaml": "^1.0.0", | ||
"rimraf": "^2.5.2", | ||
"sass-spec": "https://github.com/sass/sass-spec.git#dc2d573", | ||
"unique-temp-dir": "^1.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Sass is more than a technology; Sass is driven by the community of individuals | ||
that power its development and use every day. As a community, we want to embrace | ||
the very differences that have made our collaboration so powerful, and work | ||
together to provide the best environment for learning, growing, and sharing of | ||
ideas. It is imperative that we keep Sass a fun, welcoming, challenging, and | ||
fair place to play. | ||
|
||
[The full community guidelines can be found on the Sass website.][link] | ||
|
||
[link]: https://sass-lang.com/community-guidelines |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a bit too much whitespace change, can you check?
You need to figure out the right commit from the https://github.com/sass/sass-spec repository, it will be probably close to the master branch.