diff options
author | isaacs <i@izs.me> | 2014-05-01 11:09:00 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2014-05-01 11:09:00 -0700 |
commit | f76c3938d0660378017bf276a72ea60e9adfe62c (patch) | |
tree | c2eedc352746051ce71d5ea91922d9a2139babef /deps/npm/html/doc/api/npm-run-script.html | |
parent | 1038959dbf70800545df319715e5d89dbd8ad8af (diff) | |
download | node-new-f76c3938d0660378017bf276a72ea60e9adfe62c.tar.gz |
npm: upgrade to v1.4.8
* Check SHA before using files from cache
* adduser: allow change of the saved password
* Make `npm install` respect `config.unicode`
* Fix lifecycle to pass `Infinity` for config env value
* Don't return 0 exit code on invalid command
* cache: Handle 404s and other HTTP errors as errors
* bump tap dep, make tests stderr a bit quieter
* Resolve ~ in path configs to env.HOME
* Include npm version in default user-agent conf
* npm init: Use ISC as default license, use save-prefix for deps
* Many test and doc fixes
Diffstat (limited to 'deps/npm/html/doc/api/npm-run-script.html')
-rw-r--r-- | deps/npm/html/doc/api/npm-run-script.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/doc/api/npm-run-script.html b/deps/npm/html/doc/api/npm-run-script.html index cadce60e18..c6be4c6fe2 100644 --- a/deps/npm/html/doc/api/npm-run-script.html +++ b/deps/npm/html/doc/api/npm-run-script.html @@ -42,5 +42,5 @@ assumed to be the command to run. All other elements are ignored.</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-run-script — npm@1.4.7</p> +<p id="footer">npm-run-script — npm@1.4.8</p> |