Skip to content

Commit aa6b268

Browse files
committed
allow importing theme
1 parent de22225 commit aa6b268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"license": "https://raw.githubusercontent.com/vaadin-component-factory/vcf-breadcrumb/master/LICENSE",
1010
"exports": {
1111
".": "./dist/src/index.js",
12-
"./dist/src/vcf-breadcrumbs.js": "./dist/src/vcf-breadcrumbs.js"
12+
"./dist/src/vcf-breadcrumbs.js": "./dist/src/vcf-breadcrumbs.js",
13+
"./theme/*": "./theme/*"
1314
},
1415
"files": [
1516
"vcf-*.js",
@@ -45,8 +46,6 @@
4546
"dependencies": {
4647
"@vaadin/component-base": "^25.0.0-beta1",
4748
"@vaadin/popover": "^25.0.0-beta1",
48-
"@vaadin/vaadin-lumo-styles": "^25.0.0-beta1",
49-
"@vaadin/vaadin-themable-mixin": "^25.0.0-beta1",
5049
"@vaadin/vertical-layout": "^25.0.0-beta1",
5150
"lit": "^3.0.0"
5251
},
@@ -59,6 +58,7 @@
5958
"@types/jest": "^29.5.14",
6059
"@typescript-eslint/eslint-plugin": "^5.48.0",
6160
"@typescript-eslint/parser": "^5.48.0",
61+
"@vaadin/vaadin-lumo-styles": "^25.0.0-beta1",
6262
"@web/dev-server": "^0.4.3",
6363
"@web/test-runner": "^0.19.0",
6464
"@webcomponents/webcomponentsjs": "^2.0.0",

0 commit comments

Comments
 (0)