mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Specify files for @k8slens/node-fetch (#7044)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
948eed4f1b
commit
20fa12a66b
@ -10,6 +10,9 @@
|
|||||||
},
|
},
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf dist/",
|
"clean": "rm -rf dist/",
|
||||||
"build": "webpack --config webpack.ts",
|
"build": "webpack --config webpack.ts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user