1
0
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:
Sebastian Malton 2023-01-27 12:46:14 -08:00 committed by GitHub
parent 948eed4f1b
commit 20fa12a66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",