Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df29901

Browse filesBrowse files
zkatMyles Borins
authored andcommitted
deps: upgrade npm in LTS to 2.15.2
1 parent e0eebf4 commit df29901
Copy full SHA for df29901

File tree

Expand file treeCollapse file tree

244 files changed

+377
-423
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

244 files changed

+377
-423
lines changed
Open diff view settings
Collapse file

‎deps/npm/.travis.yml‎

Copy file name to clipboardExpand all lines: deps/npm/.travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- DEPLOY_VERSION=testing
1212
before_install:
1313
- "npm config set spin false"
14-
- "npm install -g npm/npm#2.x"
14+
- "npm install -g npm/npm#lts"
1515
- "mkdir -p /var/run/couchdb"
1616
script: "npm test"
1717
notifications:
Collapse file

‎deps/npm/AUTHORS‎

Copy file name to clipboardExpand all lines: deps/npm/AUTHORS
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,5 @@ Adam Byrne <misterbyrne@gmail.com>
355355
GriffinSchneider <griffinschneider@gmail.com>
356356
doug.wade <doug.wade@redfin.com>
357357
rhgb <kaiserdaemon@gmail.com>
358+
Yael <yaelz@users.noreply.github.com>
359+
Yann Odeyer <yann@odeyer.com>
Collapse file

‎deps/npm/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: deps/npm/CHANGELOG.md
+44Lines changed: 44 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
### v2.15.2 (2016-03-24):
2+
3+
It's always nice to see new contributors. 💚
4+
5+
This week sees another small release, but we're still chugging along on our
6+
[Windows efforts](https://github.com/npm/npm/pull/11444).
7+
8+
There's also some small process changes to our LTS process relatively recently
9+
that you might wanna know about! 💁
10+
11+
For one, the `2.x` branch was removed in favor of just `lts`. If you're making
12+
PRs exclusively against npm's LTS, please use that name from now on. `2.x` was
13+
deleted.
14+
15+
Also, [@othiym23](https://github.com/othiym23) put some time into [writing down
16+
our LTS process and policy](https://github.com/npm/npm/wiki/LTS). Check it out
17+
and ping us if you have questions or comments about it!
18+
19+
In general, we're trying to make sure all our policy and such for our
20+
contributors is written down, and we hope it makes it easier in general for
21+
y'all. Forrest is also working on a shiny new Contributor's Guide right now, but
22+
we'll link to that in the (near?) future, when it's ready to roll out.
23+
24+
#### TESTS
25+
26+
* [`1d0e468`](https://github.com/npm/npm/commit/1d0e468c06c7b8e2b95b7fe874a3399a16d9db74)
27+
[#11931](https://github.com/npm/npm/pull/11931)
28+
Removes a bunch of old, disabled tests that have just been sitting around,
29+
doing nothing.
30+
([@othiym23](https://github.com/othiym23))
31+
* [`7ae8aa1`](https://github.com/npm/npm/commit/7ae8aa1d9dc47761024f6756114205db3fb2c80b)
32+
[#11987](https://github.com/npm/npm/pull/11987)
33+
There was a failure in the `outdated-symlink` test caused by using the default
34+
registry instead of the mock registry tests.
35+
([@yodeyer](https://github.com/yodeyer))
36+
37+
#### DOCS
38+
39+
* [`b2649fb`](https://github.com/npm/npm/commit/b2649fb360f239aadef1ab51a580cbf4fdf29722)
40+
[#12006](https://github.com/npm/npm/pull/12006)
41+
Access was Team and Team was Access, but someone from the community rolled
42+
around and corrected it for us. Thanks a bunch!
43+
([@yaelz](https://github.com/yaelz))
44+
145
### v2.15.1 (2016-03-17):
246

347
It's another one of those releases again! Docs and tests, it turns out, have a
Collapse file

‎deps/npm/doc/misc/npm-orgs.md‎

Copy file name to clipboardExpand all lines: deps/npm/doc/misc/npm-orgs.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The developer will be able to access packages based on the teams they are on. Ac
1717

1818
There are two main commands:
1919

20-
1. `npm team` see npm-access(1) for more details
21-
2. `npm access` see npm-team(1) for more details
20+
1. `npm team` see npm-team(1) for more details
21+
2. `npm access` see npm-access(1) for more details
2222

2323
## Team Admins create teams
2424

Collapse file

‎deps/npm/html/doc/README.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/README.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ <h2 id="see-also">SEE ALSO</h2>
127127
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
128128
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
129129
</table>
130-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.15.1</p>
130+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.15.2</p>
131131

Collapse file

‎deps/npm/html/doc/api/npm-bin.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-bin.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
2828
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
2929
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3030
</table>
31-
<p id="footer">npm-bin &mdash; npm@2.15.1</p>
31+
<p id="footer">npm-bin &mdash; npm@2.15.2</p>
3232

Collapse file

‎deps/npm/html/doc/api/npm-bugs.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-bugs.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
3333
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3434
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3535
</table>
36-
<p id="footer">npm-bugs &mdash; npm@2.15.1</p>
36+
<p id="footer">npm-bugs &mdash; npm@2.15.2</p>
3737

Collapse file

‎deps/npm/html/doc/api/npm-cache.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-cache.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
4242
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
4343
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
4444
</table>
45-
<p id="footer">npm-cache &mdash; npm@2.15.1</p>
45+
<p id="footer">npm-cache &mdash; npm@2.15.2</p>
4646

Collapse file

‎deps/npm/html/doc/api/npm-commands.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-commands.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ <h2 id="see-also">SEE ALSO</h2>
3636
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3737
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3838
</table>
39-
<p id="footer">npm-commands &mdash; npm@2.15.1</p>
39+
<p id="footer">npm-commands &mdash; npm@2.15.2</p>
4040

Collapse file

‎deps/npm/html/doc/api/npm-config.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-config.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ <h2 id="see-also">SEE ALSO</h2>
5757
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5858
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
5959
</table>
60-
<p id="footer">npm-config &mdash; npm@2.15.1</p>
60+
<p id="footer">npm-config &mdash; npm@2.15.2</p>
6161

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.