Upgrade node-varnish to 0.3.0

This commit is contained in:
Sandro Santilli 2014-03-12 18:11:19 +01:00
parent 60b552027b
commit 79348178a7
3 changed files with 7 additions and 6 deletions

View File

@ -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

10
npm-shrinkwrap.json generated
View File

@ -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": {

View File

@ -22,7 +22,7 @@
"Sandro Santilli <strk@vizzuality.com>"
],
"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",