mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix publishing @k8slens/node-fetch
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b033d4e8b2
commit
7047ef427b
3
packages/node-fetch/README.md
Normal file
3
packages/node-fetch/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Description
|
||||||
|
|
||||||
|
This is a CommonJS webpack transpilation of the `node-fetch` package for use within `electron-renderer`.
|
||||||
@ -4,6 +4,10 @@
|
|||||||
"description": "Node fetch for Lens",
|
"description": "Node fetch for Lens",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
|
},
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user