diff --git a/deps/npm/Makefile b/deps/npm/Makefile index 326d6f0d509d6d..d2338baba6e3ff 100644 --- a/deps/npm/Makefile +++ b/deps/npm/Makefile @@ -214,6 +214,6 @@ release: @bash scripts/release.sh sandwich: - @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || echo "make it yourself" && exit 13 + @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13) .PHONY: all latest install dev link doc clean uninstall test man doc-publish doc-clean docclean docpublish release zip-publish diff --git a/deps/npm/doc/cli/npm.md b/deps/npm/doc/cli/npm.md index 91357e93007b4a..0f9b30b226e5ed 100644 --- a/deps/npm/doc/cli/npm.md +++ b/deps/npm/doc/cli/npm.md @@ -132,10 +132,6 @@ as expected. The `npm-debug.log` file is also helpful to provide. You can also look for isaacs in #node.js on irc://irc.freenode.net. He will no doubt tell you to put the output in a gist or email. -## HISTORY - -See npm-changelog(1) - ## AUTHOR [Isaac Z. Schlueter](http://blog.izs.me/) :: diff --git a/deps/npm/html/doc/README.html b/deps/npm/html/doc/README.html index 515f262dfb4dfd..9a34b83adb2fff 100644 --- a/deps/npm/html/doc/README.html +++ b/deps/npm/html/doc/README.html @@ -239,7 +239,7 @@

SEE ALSO

- +