1
0
Fork 0

fix(build): correct entrypoint

This commit is contained in:
Sean Sube 2022-10-08 16:16:57 -05:00
parent 66a8fc3979
commit 0d17f23b25
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"yaml schema"
],
"type": "module",
"main": "out/main.js",
"main": "out/src/index.js",
"types": "out/index.d.ts",
"author": "ssube",
"license": "MIT",