Skip to content

Commit f5c07b6

Browse files
committed
npm: Upgrade to 1.1.46
1 parent 53f3b12 commit f5c07b6

231 files changed

Lines changed: 862 additions & 455 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/npm/Makefile

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,21 @@ publish: link doc
113113

114114
docpublish: doc-publish
115115
doc-publish: doc
116-
rsync -vazu --stats --no-implied-dirs --delete html/doc/ npmjs.org:/var/www/npmjs.org/public/doc
117-
rsync -vazu --stats --no-implied-dirs --delete html/api/ npmjs.org:/var/www/npmjs.org/public/api
118-
rsync -vazu --stats --no-implied-dirs --delete html/webfonts/ npmjs.org:/var/www/npmjs.org/public/webfonts
119-
scp html/style.css npmjs.org:/var/www/npmjs.org/public/
116+
rsync -vazu --stats --no-implied-dirs --delete \
117+
html/doc/ \
118+
node@npmjs.org:/home/node/npm-www/doc
119+
rsync -vazu --stats --no-implied-dirs --delete \
120+
html/api/ \
121+
node@npmjs.org:/home/node/npm-www/api
122+
rsync -vazu --stats --no-implied-dirs --delete \
123+
html/webfonts/ \
124+
node@npmjs.org:/home/node/npm-www/static/webfonts
125+
rsync -vazu --stats --no-implied-dirs --delete \
126+
html/style.css \
127+
node@npmjs.org:/home/node/npm-www/static/
120128

121129
zip-publish: release
122-
scp release/* npmjs.org:/var/www/npmjs.org/public/dist/
130+
scp release/* izs.me:/var/www/izs.me/static/public/npm/
123131

124132
release:
125133
@bash scripts/release.sh

deps/npm/doc/cli/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ following help topics:
6464
Especially, installing other peoples code from the registry is done via
6565
`npm install`
6666
* adduser:
67-
Create an account or log in. Creditials are stored in the
67+
Create an account or log in. Credentials are stored in the
6868
user config file.
6969
* publish:
7070
Use the `npm publish` command to upload your code to the registry.

deps/npm/html/api/bin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>bin</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -19,7 +19,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
1919
<p>This function should not be used programmatically. Instead, just refer
2020
to the <code>npm.bin</code> member.</p>
2121
</div>
22-
<p id="footer">bin &mdash; npm@1.1.45</p>
22+
<p id="footer">bin &mdash; npm@1.1.46</p>
2323
<script>
2424
;(function () {
2525
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/bugs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>bugs</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>This command will launch a browser, so this command may not be the most
2626
friendly for programmatic use.</p>
2727
</div>
28-
<p id="footer">bugs &mdash; npm@1.1.45</p>
28+
<p id="footer">bugs &mdash; npm@1.1.46</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/commands.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>commands</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -28,7 +28,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
2828

2929
<ul><li><a href="../doc/index.html">index(1)</a></li></ul>
3030
</div>
31-
<p id="footer">commands &mdash; npm@1.1.45</p>
31+
<p id="footer">commands &mdash; npm@1.1.46</p>
3232
<script>
3333
;(function () {
3434
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>config</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -33,7 +33,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3333

3434
<ul><li><a href="../api/npm.html">npm(3)</a></li></ul>
3535
</div>
36-
<p id="footer">config &mdash; npm@1.1.45</p>
36+
<p id="footer">config &mdash; npm@1.1.46</p>
3737
<script>
3838
;(function () {
3939
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/deprecate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>deprecate</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -30,7 +30,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3030

3131
<ul><li><a href="../api/publish.html">publish(3)</a></li><li><a href="../api/unpublish.html">unpublish(3)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
3232
</div>
33-
<p id="footer">deprecate &mdash; npm@1.1.45</p>
33+
<p id="footer">deprecate &mdash; npm@1.1.46</p>
3434
<script>
3535
;(function () {
3636
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>docs</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>This command will launch a browser, so this command may not be the most
2626
friendly for programmatic use.</p>
2727
</div>
28-
<p id="footer">docs &mdash; npm@1.1.45</p>
28+
<p id="footer">docs &mdash; npm@1.1.46</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/edit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>edit</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -30,7 +30,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
3030
<p>Since this command opens an editor in a new process, be careful about where
3131
and how this is used.</p>
3232
</div>
33-
<p id="footer">edit &mdash; npm@1.1.45</p>
33+
<p id="footer">edit &mdash; npm@1.1.46</p>
3434
<script>
3535
;(function () {
3636
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/explore.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<title>explore</title>
44
<meta http-equiv="content-type" value="text/html;utf-8">
5-
<link rel="stylesheet" type="text/css" href="../style.css">
5+
<link rel="stylesheet" type="text/css" href="../static/style.css">
66

77
<body>
88
<div id="wrapper">
@@ -24,7 +24,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2424

2525
<p>The first element in the 'args' parameter must be a package name. After that is the optional command, which can be any number of strings. All of the strings will be combined into one, space-delimited command.</p>
2626
</div>
27-
<p id="footer">explore &mdash; npm@1.1.45</p>
27+
<p id="footer">explore &mdash; npm@1.1.46</p>
2828
<script>
2929
;(function () {
3030
var wrapper = document.getElementById("wrapper")

0 commit comments

Comments
 (0)