This commit is contained in:
parent
0c643e9b87
commit
360dc102bb
@ -4,7 +4,10 @@
|
|||||||
"description": "node-fetch with caching.",
|
"description": "node-fetch with caching.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": false,
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
"import": "./src/index.js",
|
"import": "./src/index.js",
|
||||||
"require": "./commonjs/wrapper.cjs"
|
"require": "./commonjs/wrapper.cjs"
|
||||||
|
Reference in New Issue
Block a user