diff options
author | isaacs <i@izs.me> | 2014-03-19 09:25:40 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2014-03-25 17:42:22 -0700 |
commit | bd547d65983c190eb69ca44d633ea31aca2b7c98 (patch) | |
tree | 01ff3b4e40cb9fc3ed5a42abc4d44cb65d5c7dec /deps/npm/man/man3/npm-uninstall.3 | |
parent | 7989f42f866699b726f596add387fb19fa39bc55 (diff) | |
download | node-new-bd547d65983c190eb69ca44d633ea31aca2b7c98.tar.gz |
npm: upgrade to 1.4.6
* Documentation upgrades
* Fix glob bug which prevents proper README publishing
* node-gyp upgrade to 0.13
* Documentation updates
* Add --save-exact to save an exact dep (instead of a range)
* alias 't' to 'test'
Diffstat (limited to 'deps/npm/man/man3/npm-uninstall.3')
-rw-r--r-- | deps/npm/man/man3/npm-uninstall.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/man/man3/npm-uninstall.3 b/deps/npm/man/man3/npm-uninstall.3 index 4fa6bcf580..bf01318df9 100644 --- a/deps/npm/man/man3/npm-uninstall.3 +++ b/deps/npm/man/man3/npm-uninstall.3 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs 0.3.8 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-UNINSTALL" "3" "February 2014" "" "" +.TH "NPM\-UNINSTALL" "3" "March 2014" "" "" . .SH "NAME" \fBnpm-uninstall\fR \-\- uninstall a package programmatically |