1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00: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

9947
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

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