ee
All checks were successful
CI Pipeline / build (20.x) (push) Successful in 36s

This commit is contained in:
Lee 2023-10-19 12:00:47 +01:00
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"