Export manifext in package.json
This commit is contained in:
parent
1ca48a1602
commit
d97a4a59e9
|
@ -6,7 +6,8 @@
|
|||
".": {
|
||||
"import": "./dist/standard-components.es.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
"./package.json": "./package.json",
|
||||
"./manifest.json": "./manifest.json"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
|
|
Loading…
Reference in New Issue