diff options
author | isaacs <i@izs.me> | 2013-10-28 14:10:47 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-10-28 14:10:47 -0700 |
commit | 4b5e6a38df2f68fd407ccfbdcb70960f6af6e0e2 (patch) | |
tree | d9830b0791d095c8cc19ef7010594d93b076a5ef /deps/npm/node_modules/npm-registry-client/package.json | |
parent | 977c54adb5e5b7f083f02a294ca2825fe8eb7f2f (diff) | |
download | node-new-4b5e6a38df2f68fd407ccfbdcb70960f6af6e0e2.tar.gz |
npm@1.3.13
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/package.json')
-rw-r--r-- | deps/npm/node_modules/npm-registry-client/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/package.json b/deps/npm/node_modules/npm-registry-client/package.json index f24f4a9d33..58a01d915e 100644 --- a/deps/npm/node_modules/npm-registry-client/package.json +++ b/deps/npm/node_modules/npm-registry-client/package.json @@ -6,7 +6,7 @@ }, "name": "npm-registry-client", "description": "Client for the npm registry", - "version": "0.2.28", + "version": "0.2.29", "repository": { "url": "git://github.com/isaacs/npm-registry-client" }, @@ -17,7 +17,7 @@ "dependencies": { "request": "2 >=2.25.0", "graceful-fs": "~2.0.0", - "semver": "~2.1.0", + "semver": "^2.2.1", "slide": "~1.1.3", "chownr": "0", "mkdirp": "~0.3.3", @@ -38,6 +38,7 @@ "bugs": { "url": "https://github.com/isaacs/npm-registry-client/issues" }, - "_id": "npm-registry-client@0.2.28", + "homepage": "https://github.com/isaacs/npm-registry-client", + "_id": "npm-registry-client@0.2.29", "_from": "npm-registry-client@latest" } |