Export manifext in package.json

This commit is contained in:
Andrew Kingston 2021-04-07 11:17:01 +01:00
parent 2ccdf54924
commit 6d8f27ba4e
1 changed files with 2 additions and 1 deletions

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