diff --git a/NEWS.md b/NEWS.md index ed429efa..0f08e28d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7e7a4afe..238eb7f8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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", diff --git a/package.json b/package.json index a08621e7..6389be5c 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "Sandro Santilli " ], "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",