diff options
author | isaacs <i@izs.me> | 2014-05-01 16:30:33 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2014-05-01 16:30:33 -0700 |
commit | dbec0a0cd8a76974c06a8965765e2790c6fd4ccb (patch) | |
tree | 75b52244d36b7a5446bc9274e1522472d467c84d /deps/npm/package.json | |
parent | 1285008fcaa4edc2f810577b42a37cf96696cdf4 (diff) | |
download | node-new-dbec0a0cd8a76974c06a8965765e2790c6fd4ccb.tar.gz |
npm: upgrade to v1.4.9
* Send referer header (with any potentially private stuff redacted)
* Fix critical typo bug in previous npm release
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index a11bacef34..e10263e039 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.8", + "version": "1.4.9", "name": "npm", "publishConfig": { "proprietary-attribs": false @@ -61,7 +61,7 @@ "node-gyp": "~0.13.0", "nopt": "~2.2.1", "npm-install-checks": "~1.0.0", - "npm-registry-client": "~0.4.7", + "npm-registry-client": "~0.4.8", "npm-user-validate": "0.0.3", "npmconf": "~0.1.15", "npmlog": "0.0.6", |