Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit 00d8358

Browse files
committed
fix: Add pending deprecation notice to readme
1 parent d257c06 commit 00d8358

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Note: pending imminent deprecation
2+
3+
**This module will be deprecated once npm v7 is released. Please do not rely
4+
on it more than absolutely necessary.**
5+
6+
The fetch implementation used by npm v7 is
7+
[minipass-fetch](http://npm.im/minipass-fetch). You may also be interested
8+
in [make-fetch-happen](http://npm.im/make-fetch-happen) (which adds
9+
caching) and [npm-registry-fetch](http://npm.im/npm-registry-fetch) (which
10+
contains business logic for interacting with the npm registry
11+
specifically).
12+
13+
-----
114

215
node-fetch-npm
316
==============

0 commit comments

Comments
 (0)