From 552ebaaaac28e704e39e2f597262f09cc0acbf06 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Wed, 30 Jul 2014 15:25:15 +0200 Subject: [PATCH] Upgrades Windshaft to version 0.22.0 --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c03e5fc8..b87cab01 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,8 +10,8 @@ "version": "1.3.3" }, "windshaft": { - "version": "0.21.0", - "from": "http://github.com/CartoDB/Windshaft/tarball/CDB-2891-search_path", + "version": "0.22.0", + "from": "https://github.com/CartoDB/Windshaft/tarball/0.22.0", "dependencies": { "grainstore": { "version": "0.18.2", diff --git a/package.json b/package.json index b22828df..65c645db 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0", "underscore" : "~1.3.3", - "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.21.0", + "windshaft" : "https://github.com/CartoDB/Windshaft/tarball/0.22.0", "step": "0.0.x", "request": "2.9.202", "cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.5.0",