1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Export manifext in package.json

This commit is contained in:
Andrew Kingston 2021-04-07 11:17:01 +01:00
parent 2ccdf54924
commit 6d8f27ba4e

View file

@ -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",