1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Export manifext in package.json

This commit is contained in:
Andrew Kingston 2021-04-07 11:17:01 +01:00
parent 1ca48a1602
commit d97a4a59e9

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