Skip to content

Commit 7b7fb43

Browse files
committedFeb 9, 2021
Revert "deps: upgrade npm to 6.14.11"
This reverts commit cc6b695. PR-URL: #37278 Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
1 parent 1c6fbd6 commit 7b7fb43

File tree

157 files changed

+216
-237
lines changed

Some content is hidden

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

157 files changed

+216
-237
lines changed
 

‎deps/npm/AUTHORS

-2
Original file line numberDiff line numberDiff line change
@@ -708,5 +708,3 @@ Sandra Tatarevićová <sandra@tatarevicova.cz>
708708
Antoine du Hamel <duhamelantoine1995@gmail.com>
709709
Assaf Sapir <assapir@github.com>
710710
Lukas Spieß <lumaxis@github.com>
711-
Jim Fisher <jameshfisher@gmail.com>
712-
Xavier Guimard <yadd@debian.org>

‎deps/npm/docs/public/cli-commands/npm-access/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 id="see-also" style="position:relative;"><a href="#see-also" aria-label="see
141141
<li><a href="../../cli-commands/npm-publish">npm publish</a></li>
142142
<li><a href="../../cli-commands/npm-config">npm config</a></li>
143143
<li><a href="../../using-npm/registry">npm registry</a></li>
144-
</ul></div><div class="FoundTypo__Container-sc-1e373sc-0 fMOzaj"><p><span role="img" aria-label="eyes-emoji">👀</span> Found a typo? <a href="https://github.com/npm/cli/">Let us know!</a></p><p>The current stable version of npm is <a href="https://github.com/npm/cli/">here</a>. To upgrade, run: <code class="language-text">npm install npm@latest -g</code></p><p>To report bugs or submit feature requests for the docs, please post <a href="https://github.com/npm/cli/issues">here</a>. Submit npm issues <a href="https://github.com/npm/cli/issues">here.</a></p></div><script>
144+
</ul></div><div class="FoundTypo__Container-sc-1e373sc-0 fMOzaj"><p><span role="img" aria-label="eyes-emoji">👀</span> Found a typo? <a href="https://github.com/npm/cli/">Let us know!</a></p><p>The current stable version of npm is <a href="https://github.com/npm/cli/">here</a>. To upgrade, run: <code class="language-text">npm install npm@latest -g</code></p><p>To report bugs or submit feature requests for the docs, please post <a href="https://npm.community/c/support/docs-needed">here</a>. Submit npm issues <a href="https://npm.community/c/bugs">here.</a></p></div><script>
145145
var anchors = document.querySelectorAll(".sidebar a, .documentation a")
146146
Array.prototype.slice.call(anchors).map(function(el) {
147147
if (el.href.match(/file:\/\//)) {

0 commit comments

Comments
 (0)
Please sign in to comment.