diff options
author | isaacs <i@izs.me> | 2012-09-25 08:28:55 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-09-25 08:29:05 -0700 |
commit | 83d39c8d535559bb7287c2a670ba256c5e9cb627 (patch) | |
tree | 9c23ad63d4f0ea29192b65da76a11cf95c1fbd1d /deps/npm/Makefile | |
parent | d5e9895ce0fb708e35216753999b951bae571f39 (diff) | |
download | node-new-83d39c8d535559bb7287c2a670ba256c5e9cb627.tar.gz |
npm: upgrade to 1.1.62
Diffstat (limited to 'deps/npm/Makefile')
-rw-r--r-- | deps/npm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/Makefile b/deps/npm/Makefile index 8a856e9fa4..6ee80d57b1 100644 --- a/deps/npm/Makefile +++ b/deps/npm/Makefile @@ -120,10 +120,10 @@ doc-publish: doc html/api/ \ node@npmjs.org:/home/node/npm-www/api rsync -vazu --stats --no-implied-dirs --delete \ - html/webfonts/ \ + html/static/webfonts/ \ node@npmjs.org:/home/node/npm-www/static/webfonts rsync -vazu --stats --no-implied-dirs --delete \ - html/style.css \ + html/static/style.css \ node@npmjs.org:/home/node/npm-www/static/ zip-publish: release |