Skip to content

Commit 4d32fc5

Browse files
committed
npm: Upgrade to v1.2.2
1 parent 1c35ee8 commit 4d32fc5

File tree

125 files changed

+560
-300
lines changed

Some content is hidden

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

125 files changed

+560
-300
lines changed

deps/npm/AUTHORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,20 @@ Domenic Denicola <domenic@domenicdenicola.com>
7171
James Halliday <mail@substack.net>
7272
Jeremy Cantrell <jmcantrell@gmail.com>
7373
Ribettes <patlogan29@gmail.com>
74+
Einar Otto Stangvik <einaros@gmail.com>
7475
Don Park <donpark@docuverse.com>
7576
Kei Son <heyacct@gmail.com>
7677
Nicolas Morel <marsup@gmail.com>
7778
Mark Dube <markisdee@gmail.com>
79+
Nathan Rajlich <nathan@tootallnate.net>
7880
Maxim Bogushevich <boga1@mail.ru>
7981
Justin Beckwith <justbe@microsoft.com>
8082
Meaglin <Meaglin.wasabi@gmail.com>
83+
Ben Evans <ben@bensbit.co.uk>
84+
Nathan Zadoks <nathan@nathan7.eu>
85+
Brian White <mscdex@gmail.com>
86+
Jed Schmidt <tr@nslator.jp>
87+
Ian Livingstone <ianl@cs.dal.ca>
88+
Patrick Pfeiffer <patrick@buzzle.at>
89+
Paul Miller <paul@paulmillr.com>
90+
seebees <seebees@gmail.com>

deps/npm/html/api/bin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0</p>
22+
<p id="footer">bin &mdash; npm@1.2.2</p>
2323
<script>
2424
;(function () {
2525
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0</p>
28+
<p id="footer">bugs &mdash; npm@1.2.2</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0</p>
31+
<p id="footer">commands &mdash; npm@1.2.2</p>
3232
<script>
3333
;(function () {
3434
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0</p>
36+
<p id="footer">config &mdash; npm@1.2.2</p>
3737
<script>
3838
;(function () {
3939
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/deprecate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3232

3333
<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>
3434
</div>
35-
<p id="footer">deprecate &mdash; npm@1.2.0</p>
35+
<p id="footer">deprecate &mdash; npm@1.2.2</p>
3636
<script>
3737
;(function () {
3838
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0</p>
28+
<p id="footer">docs &mdash; npm@1.2.2</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0</p>
33+
<p id="footer">edit &mdash; npm@1.2.2</p>
3434
<script>
3535
;(function () {
3636
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/explore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2424

2525
<p>The first element in the &#39;args&#39; 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.2.0</p>
27+
<p id="footer">explore &mdash; npm@1.2.2</p>
2828
<script>
2929
;(function () {
3030
var wrapper = document.getElementById("wrapper")

deps/npm/html/api/help-search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
3232

3333
<p>The silent parameter is not neccessary not used, but it may in the future.</p>
3434
</div>
35-
<p id="footer">help-search &mdash; npm@1.2.0</p>
35+
<p id="footer">help-search &mdash; npm@1.2.2</p>
3636
<script>
3737
;(function () {
3838
var wrapper = document.getElementById("wrapper")

0 commit comments

Comments
 (0)