Commit de63cd60 by Kevin Martensson

Fix binary download URL

parent b8ccee01
...@@ -37,7 +37,7 @@ function fetch(name) { ...@@ -37,7 +37,7 @@ function fetch(name) {
}); });
var url = [ var url = [
'https://raw.githubusercontent.com/sass/node-sass/v', 'https://raw.githubusercontent.com/sass/node-sass-binaries/v',
require('../package.json').version, '/', name, require('../package.json').version, '/', name,
'/binding.node' '/binding.node'
].join(''); ].join('');
......
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