diff options
author | scottmotte <scott@scottmotte.com> | 2013-07-23 10:17:43 -0700 |
---|---|---|
committer | scottmotte <scott@scottmotte.com> | 2013-07-23 10:17:43 -0700 |
commit | dd8a35098e4edf5fd60f3410c2e476ff5e0c799d (patch) | |
tree | 327539e1fc36f3a687c5124a1485b534e7f24e88 | |
parent | c7c8cc35a8f04c8c6c9fe0f413eb04ad0f9d5596 (diff) | |
download | sendgrid-nodejs-dd8a35098e4edf5fd60f3410c2e476ff5e0c799d.zip sendgrid-nodejs-dd8a35098e4edf5fd60f3410c2e476ff5e0c799d.tar.gz sendgrid-nodejs-dd8a35098e4edf5fd60f3410c2e476ff5e0c799d.tar.bz2 |
Shrinkwrap update
-rw-r--r-- | npm-shrinkwrap.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 45eb5ce..9a6b287 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "sendgrid", - "version": "0.2.11", + "version": "0.3.0", "dependencies": { "underscore": { "version": "1.4.4", @@ -19,6 +19,7 @@ "mimelib": { "version": "0.2.12", "from": "mimelib@~0.2", + "resolved": "https://registry.npmjs.org/mimelib/-/mimelib-0.2.12.tgz", "dependencies": { "encoding": { "version": "0.1.6", @@ -26,8 +27,7 @@ "dependencies": { "iconv-lite": { "version": "0.2.7", - "from": "iconv-lite@0.2.7", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.7.tgz" + "from": "iconv-lite@0.2.7" } } }, @@ -45,8 +45,7 @@ "dependencies": { "rai": { "version": "0.1.7", - "from": "rai@~0.1", - "resolved": "https://registry.npmjs.org/rai/-/rai-0.1.7.tgz" + "from": "rai@~0.1" }, "xoauth2": { "version": "0.1.8", @@ -85,6 +84,7 @@ "http-signature": { "version": "0.10.0", "from": "http-signature@~0.10.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.0.tgz", "dependencies": { "assert-plus": { "version": "0.1.2", @@ -128,6 +128,7 @@ "sntp": { "version": "0.2.4", "from": "sntp@0.2.x", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz", "dependencies": { "hoek": { "version": "0.9.1", |