From 79348178a756426b85bb97c95ff985cc5f5c23f5 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 12 Mar 2014 18:11:19 +0100 Subject: [PATCH] Upgrade node-varnish to 0.3.0 --- NEWS.md | 1 + npm-shrinkwrap.json | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index e6fcb303..c2ae3449 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ New features: Enhancements: + - Upgrade node-varnish to 0.3.0 - Include tiler version in startup log - Install an uncaught exception handler diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f493447e..2b7268b0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3,8 +3,8 @@ "version": "1.10.0", "dependencies": { "node-varnish": { - "version": "0.2.0", - "from": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0" + "version": "0.3.0", + "from": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0" }, "underscore": { "version": "1.3.3" @@ -439,12 +439,12 @@ "strftime": { "version": "0.6.2" }, - "redis": { - "version": "0.8.6" - }, "semver": { "version": "1.1.4" }, + "redis": { + "version": "0.8.6" + }, "mocha": { "version": "1.14.0", "dependencies": { diff --git a/package.json b/package.json index 36c2843e..600eb13c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "Sandro Santilli " ], "dependencies": { - "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0", + "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/0.3.0", "underscore" : "~1.3.3", "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.19.4", "step": "0.0.x",