From: isaacs Date: Sun, 17 Jun 2012 19:04:35 +0000 (-0700) Subject: npm: Upgrade to 1.1.27 X-Git-Tag: v0.7.12~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0b707cb6e48fd0393c24c80c9fe490855d24f84;p=platform%2Fupstream%2Fnodejs.git npm: Upgrade to 1.1.27 - severely enhanced 'npm init' - upgraded node-gyp --- diff --git a/deps/npm/README.md b/deps/npm/README.md index d5e285a..1257f14 100644 --- a/deps/npm/README.md +++ b/deps/npm/README.md @@ -89,21 +89,15 @@ To install the latest **unstable** development version from git: git clone https://github.com/isaacs/npm.git cd npm - git submodule update --init --recursive sudo make install # (or: `node cli.js install -gf`) If you're sitting in the code folder reading this document in your terminal, then you've already got the code. Just do: - git submodule update --init --recursive sudo make install and npm will install itself. -Note that github tarballs **do not contain submodules**, so -those won't work. You'll have to also fetch the appropriate submodules -listed in the .gitmodules file. - ## Permissions when Using npm to Install Other Stuff **tl;dr** diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md index 659895e..38ef367 100644 --- a/deps/npm/doc/cli/config.md +++ b/deps/npm/doc/cli/config.md @@ -375,6 +375,16 @@ Sets a User-Agent to the request header A white-space separated list of glob patterns of files to always exclude from packages when building tarballs. +### init-module + +* Default: ~/.npm-init.js +* Type: path + +A module that will be loaded by the `npm init` command. See the +documentation for the +[init-package-json](https://github.com/isaacs/init-package-json) module +for more information, or npm-init(1). + ### init.version * Default: "0.0.0" diff --git a/deps/npm/doc/cli/init.md b/deps/npm/doc/cli/init.md index 39297b4..d036f92 100644 --- a/deps/npm/doc/cli/init.md +++ b/deps/npm/doc/cli/init.md @@ -20,5 +20,6 @@ without a really good reason to do so. ## SEE ALSO +* * npm-json(1) * npm-version(1) diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index fe25d03..34c4fa2 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@

This function should not be used programmatically. Instead, just refer to the npm.bin member.

- +