Fix main and types entry names.

This commit is contained in:
Bauke 2022-10-03 18:16:21 +02:00
parent e901bd6019
commit c3a9013c23
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
"preact": "10.x"
},
"type": "module",
"main": "build/source/gram.js",
"types": "build/source/gram.d.ts",
"main": "build/source/index.js",
"types": "build/source/index.d.ts",
"files": [
"build/source/",
"package.json",