Use Windshaft from registry

This commit is contained in:
Raul Ochoa 2015-09-30 11:21:25 +02:00
parent a7cf9fd74f
commit ff561157ac
2 changed files with 4 additions and 5 deletions

7
npm-shrinkwrap.json generated
View File

@ -441,7 +441,7 @@
},
"inherits": {
"version": "2.0.1",
"from": "inherits@2",
"from": "inherits@~2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}
}
@ -533,7 +533,7 @@
},
"inherits": {
"version": "2.0.1",
"from": "inherits@~2.0.1",
"from": "inherits@2",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"isarray": {
@ -828,8 +828,7 @@
},
"windshaft": {
"version": "1.0.0",
"from": "https://github.com/CartoDB/Windshaft/tarball/master",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/master",
"from": "windshaft@~1.0.0",
"dependencies": {
"mapnik": {
"version": "1.4.15-cdb2",

View File

@ -29,7 +29,7 @@
"node-statsd": "~0.0.7",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/master",
"windshaft": "~1.0.0",
"step": "~0.0.6",
"queue-async": "~1.0.7",
"request": "~2.62.0",