Rely on published versions

This commit is contained in:
Raul Ochoa 2015-02-16 15:02:39 +01:00
parent 00542bbc57
commit 1f9387bb68
2 changed files with 6 additions and 6 deletions

6
npm-shrinkwrap.json generated
View File

@ -4,7 +4,7 @@
"dependencies": {
"cartodb-psql": {
"version": "0.4.0",
"from": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
"from": "cartodb-psql@~0.4.0",
"resolved": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
"dependencies": {
"pg": {
@ -27,7 +27,7 @@
},
"cartodb-redis": {
"version": "0.11.0",
"from": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"from": "cartodb-redis@~0.11.0",
"resolved": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"dependencies": {
"redis-mpool": {
@ -120,7 +120,7 @@
},
"redis-mpool": {
"version": "0.3.0",
"from": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
"from": "redis-mpool@~0.3.0",
"resolved": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
"dependencies": {
"generic-pool": {

View File

@ -29,9 +29,9 @@
"step": "~0.0.5",
"queue-async": "~1.0.7",
"request": "~2.9.203",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
"redis-mpool": "https://github.com/CartoDB/node-redis-mpool/tarball/0.3.0",
"cartodb-redis": "~0.11.0",
"cartodb-psql": "~0.4.0",
"redis-mpool": "~0.3.0",
"lzma": "~1.3.7",
"log4js": "https://github.com/CartoDB/log4js-node/tarball/cdb",
"rollbar": "~0.3.13"