Commit b8ccee01 by Adeel Mujahid

Merge pull request #516 from am11/master

Install: Bind to specific binaries commit
parents 29871dea 5919c6ff
{ {
"name": "node-sass", "name": "node-sass",
"version": "1.1.4", "version": "1.2.0",
"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",
......
...@@ -37,8 +37,9 @@ function fetch(name) { ...@@ -37,8 +37,9 @@ function fetch(name) {
}); });
var url = [ var url = [
'https://github.com/sass/node-sass-binaries/raw/master/', 'https://raw.githubusercontent.com/sass/node-sass/v',
name + '/binding.node' require('../package.json').version, '/', name,
'/binding.node'
].join(''); ].join('');
download.get(url); download.get(url);
......
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