breaking: remove main entry point; use exports
This commit is contained in:
parent
78ebd0058e
commit
2943aa4c37
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
"version": "1.14.7",
|
"version": "1.14.7",
|
||||||
"description": "A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily",
|
"description": "A zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "WebComponent.js",
|
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue