Uses https endpoints for dependencies

This commit is contained in:
Raul Ochoa 2014-08-14 14:25:43 +02:00
parent 2fc16ce2c5
commit da37d7092f
3 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@ Enhancements:
* Upgrades cartodb-redis
* Upgrades underscore, removes underscore.string dependency
* Uses https endpoints for dependencies
1.14.1 - 2014-08-08

4
npm-shrinkwrap.json generated
View File

@ -4,7 +4,7 @@
"dependencies": {
"cartodb-redis": {
"version": "0.9.0",
"from": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0",
"from": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.9.0",
"dependencies": {
"strftime": {
"version": "0.8.2"
@ -36,7 +36,7 @@
},
"cartodb-psql": {
"version": "0.3.1",
"from": "git://github.com/CartoDB/node-cartodb-psql.git#0.3.1",
"from": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.3.1",
"dependencies": {
"pg": {
"version": "2.6.2-cdb1",

View File

@ -16,8 +16,8 @@
"Sandro Santilli <strk@vizzuality.com>"
],
"dependencies": {
"cartodb-redis": "git://github.com/CartoDB/node-cartodb-redis.git#0.9.0",
"cartodb-psql": "git://github.com/CartoDB/node-cartodb-psql.git#0.3.1",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.9.0",
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.3.1",
"step-profiler": "https://github.com/CartoDB/node-step-profiler/tarball/0.1.0",
"underscore" : "~1.6.0",
"express": "~2.5.11",