Skip to content

Commit e880904

Browse files
ljharbMylesBorins
authored andcommittedMay 16, 2019
deps: upgrade npm to v6.5.0
PR-URL: #25234 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Lance Ball <[email protected]>
1 parent f91a818 commit e880904

File tree

160 files changed

+178
-174
lines changed

Some content is hidden

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

160 files changed

+178
-174
lines changed
 

‎deps/npm/.travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: node_js
77
matrix:
88
include:
99
# LTS is our most important target
10-
- node_js: "8"
10+
- node_js: "10"
1111
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
1212
# only gather coverage info for LTS
1313
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
@@ -17,13 +17,16 @@ matrix:
1717
# previous LTS is next most important
1818
- node_js: "6"
1919
env: DEPLOY_VERSION=testing
20-
- node_js: "10"
20+
- node_js: "8"
2121
env: DEPLOY_VERSION=testing
2222
- node_js: "9"
2323
env: DEPLOY_VERSION=testing
24+
- node_js: "11"
25+
env: DEPLOY_VERSION=testing
2426
script:
25-
- "standard"
26-
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
27+
- "npx standard"
28+
- "node . run licenses"
29+
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
2730
notifications:
2831
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
2932
cache:
@@ -33,4 +36,3 @@ install:
3336
- "node . install"
3437
script:
3538
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
36-
- "node . run licenses"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ <h2 id="see-also">SEE ALSO</h2>
118118
<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>
119119
<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>
120120
</table>
121-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@6.5.0-next.0</p>
121+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@6.5.0</p>
122122

0 commit comments

Comments
 (0)
Please sign in to comment.