1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03:00

chore: fix package exports

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-05-12 15:58:30 +02:00 committed by Gabriel Accettola
parent c3bc1ff0d9
commit 4933b2a402
5 changed files with 4259 additions and 5680 deletions

9933
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@
},
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./styles": "./dist/index.css"
},
"types": "dist/index.d.ts",
@ -32,7 +33,7 @@
"lint:fix": "lens-lint --fix"
},
"peerDependencies": {
"@k8slens/tooltip": "^1.0.0-alpha.0",
"@k8slens/tooltip": "^1.0.0-alpha.1",
"@k8slens/utilities": "^1.0.0-alpha.1",
"auto-bind": "^4.0.0",
"lodash": "^4.17.21",

View File

@ -17,6 +17,7 @@
},
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./styles": "./dist/index.css"
},
"types": "dist/index.d.ts",

View File

@ -17,6 +17,7 @@
},
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./styles": "./dist/index.css"
},
"types": "dist/index.d.ts",

View File

@ -17,6 +17,7 @@
},
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./styles": "./dist/index.css"
},
"types": "dist/index.d.ts",