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",
|
||||
"license": "ISC",
|
||||
"author": "Ayo Ayco",
|
||||
"main": "./dist/assets/index.js",
|
||||
"module": "./dist/status-indicator.js",
|
||||
"exports": {
|
||||
".": "./dist/assets/index.js"
|
||||
".": {
|
||||
"import": "./dist/status-indicator.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"package.json",
|
||||
"dist",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
"LICENSE",
|
||||
"screenshot.png"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Warning: no test specified\"",
|
||||
|
|
|
|||
Loading…
Reference in a new issue