Fix main and types entry names.
This commit is contained in:
parent
e901bd6019
commit
c3a9013c23
|
@ -30,8 +30,8 @@
|
||||||
"preact": "10.x"
|
"preact": "10.x"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "build/source/gram.js",
|
"main": "build/source/index.js",
|
||||||
"types": "build/source/gram.d.ts",
|
"types": "build/source/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"build/source/",
|
"build/source/",
|
||||||
"package.json",
|
"package.json",
|
||||||
|
|
Loading…
Reference in New Issue