chore: fix exports
This commit is contained in:
parent
2be5a3b81a
commit
c51879740a
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -5,16 +5,16 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./WebComponent.js",
|
"types": "./WebComponent.d.ts",
|
||||||
"types": "./WebComponent.d.ts"
|
"import": "./WebComponent.js"
|
||||||
},
|
},
|
||||||
"./WebComponent.min.js": {
|
"./WebComponent.min.js": {
|
||||||
"import": "./WebComponent.min.js",
|
"types": "./WebComponent.d.ts",
|
||||||
"types": "./WebComponent.d.ts"
|
"import": "./WebComponent.min.js"
|
||||||
},
|
},
|
||||||
"./attach-effect": {
|
"./attach-effect": {
|
||||||
"import": "./attach-effect.js",
|
"types": "./attach-effect.d.ts",
|
||||||
"types": "./attach-effect.d.ts"
|
"import": "./attach-effect.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue