Commit 16be724d by Michael Mifsud

Merge pull request #927 from xzyfer/feat/3.0.0

Bump 3.0.0
parents b3ce14da c88a7c7f
...@@ -90,12 +90,12 @@ function getBinaryName() { ...@@ -90,12 +90,12 @@ function getBinaryName() {
* *
* SASS_BINARY_SITE/ * SASS_BINARY_SITE/
* *
* v3.0.0-beta.4 * v3.0.0
* v3.0.0-beta.4/freebsd-x64-14_binding.node * v3.0.0/freebsd-x64-14_binding.node
* .... * ....
* v3.0.0-beta.5 * v3.0.0
* v3.0.0-beta.5/freebsd-ia32-11_binding.node * v3.0.0/freebsd-ia32-11_binding.node
* v3.0.0-beta.5/freebsd-x64-42_binding.node * v3.0.0/freebsd-x64-42_binding.node
* ... etc. for all supported versions and platforms * ... etc. for all supported versions and platforms
* *
* @api private * @api private
......
{ {
"name": "node-sass", "name": "node-sass",
"version": "3.0.0-beta.7", "version": "3.0.0",
"libsass": "3.2.0-beta.6", "libsass": "3.2.2",
"description": "Wrapper around libsass", "description": "Wrapper around libsass",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/sass/node-sass", "homepage": "https://github.com/sass/node-sass",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment