1
0
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:
Sebastian Malton 2023-01-26 10:06:59 -05:00
parent b033d4e8b2
commit 7047ef427b
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Description
This is a CommonJS webpack transpilation of the `node-fetch` package for use within `electron-renderer`.

View File

@ -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": {