Export manifext in package.json
This commit is contained in:
parent
2ccdf54924
commit
6d8f27ba4e
|
@ -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