From 88deded0fee51ae78fce9b7eba076b02b9fc5a6d Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 11 Feb 2014 19:33:05 +0100 Subject: [PATCH] Workaround npm registry bug by downloading windshaft from github See the problem here: https://travis-ci.org/CartoDB/Windshaft-cartodb/builds/18663972 --- npm-shrinkwrap.json | 1 + 1 file changed, 1 insertion(+) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dae90460..aeae8be4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,6 +10,7 @@ }, "windshaft": { "version": "0.17.2", + "from": "http://github.com/CartoDB/Windshaft/tarball/0.17.2", "dependencies": { "grainstore": { "version": "0.17.1",