Upgrades to windshaft 0.36.0

This commit is contained in:
Raul Ochoa 2015-02-16 10:55:38 +01:00
parent 8d10d0f760
commit c6d328ee07
2 changed files with 5 additions and 6 deletions

9
npm-shrinkwrap.json generated
View File

@ -183,9 +183,8 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.35.2",
"from": "https://github.com/CartoDB/Windshaft/tarball/master",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/master",
"version": "0.36.0",
"from": "windshaft@~0.36.0",
"dependencies": {
"chronograph": {
"version": "0.1.0",
@ -1636,9 +1635,9 @@
"resolved": "https://registry.npmjs.org/connect/-/connect-1.9.2.tgz",
"dependencies": {
"formidable": {
"version": "1.0.16",
"version": "1.0.17",
"from": "formidable@1.0.x",
"resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.16.tgz"
"resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz"
}
}
},

View File

@ -25,7 +25,7 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/master",
"windshaft": "~0.36.0",
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",