diff --git a/deps/npm/Makefile b/deps/npm/Makefile index 96e3f37c0a..9c38f97675 100644 --- a/deps/npm/Makefile +++ b/deps/npm/Makefile @@ -113,13 +113,21 @@ publish: link doc docpublish: doc-publish doc-publish: doc - rsync -vazu --stats --no-implied-dirs --delete html/doc/ npmjs.org:/var/www/npmjs.org/public/doc - rsync -vazu --stats --no-implied-dirs --delete html/api/ npmjs.org:/var/www/npmjs.org/public/api - rsync -vazu --stats --no-implied-dirs --delete html/webfonts/ npmjs.org:/var/www/npmjs.org/public/webfonts - scp html/style.css npmjs.org:/var/www/npmjs.org/public/ + rsync -vazu --stats --no-implied-dirs --delete \ + html/doc/ \ + node@npmjs.org:/home/node/npm-www/doc + rsync -vazu --stats --no-implied-dirs --delete \ + html/api/ \ + node@npmjs.org:/home/node/npm-www/api + rsync -vazu --stats --no-implied-dirs --delete \ + html/webfonts/ \ + node@npmjs.org:/home/node/npm-www/static/webfonts + rsync -vazu --stats --no-implied-dirs --delete \ + html/style.css \ + node@npmjs.org:/home/node/npm-www/static/ zip-publish: release - scp release/* npmjs.org:/var/www/npmjs.org/public/dist/ + scp release/* izs.me:/var/www/izs.me/static/public/npm/ release: @bash scripts/release.sh diff --git a/deps/npm/doc/cli/npm.md b/deps/npm/doc/cli/npm.md index cd3360d7c5..a325fdf2e8 100644 --- a/deps/npm/doc/cli/npm.md +++ b/deps/npm/doc/cli/npm.md @@ -64,7 +64,7 @@ following help topics: Especially, installing other peoples code from the registry is done via `npm install` * adduser: - Create an account or log in. Creditials are stored in the + Create an account or log in. Credentials are stored in the user config file. * publish: Use the `npm publish` command to upload your code to the registry. diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 7a76479d66..95d225ad71 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -2,7 +2,7 @@ bin - +
@@ -19,7 +19,7 @@

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

- +