chore: fix package meta
This commit is contained in:
parent
9d607cf18d
commit
90fa33cfe4
1 changed files with 6 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -5,15 +5,17 @@
|
||||||
"description": "Project scaffolding for a new web component",
|
"description": "Project scaffolding for a new web component",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "Ayo Ayco",
|
"author": "Ayo Ayco",
|
||||||
"main": "./dist/assets/index.js",
|
"module": "./dist/status-indicator.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist/assets/index.js"
|
".": {
|
||||||
|
"import": "./dist/status-indicator.js"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"package.json",
|
|
||||||
"dist",
|
"dist",
|
||||||
"README.md",
|
"README.md",
|
||||||
"LICENSE"
|
"LICENSE",
|
||||||
|
"screenshot.png"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Warning: no test specified\"",
|
"test": "echo \"Warning: no test specified\"",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue