Skip to content

Commit 6110759

Browse files
paodbmlopezFC
authored andcommitted
fix: update exports value
1 parent 53c0068 commit 6110759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "https://raw.githubusercontent.com/vaadin-component-factory/vcf-breadcrumb/master/LICENSE",
1010
"exports": {
1111
".": "./dist/src/index.js",
12-
"./vcf-breadcrumbs.js": "./dist/src/vcf-breadcrumbs.js"
12+
"./dist/src/vcf-breadcrumbs.js": "./dist/src/vcf-breadcrumbs.js"
1313
},
1414
"files": [
1515
"vcf-*.js",

0 commit comments

Comments
 (0)