1
0
Fork 0

fix(build): correct entrypoint

This commit is contained in:
Sean Sube 2022-10-08 15:42:52 -05:00
parent 9255d5f7a5
commit 46a1b0df10
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.5.0-0",
"description": "utility functions",
"type": "module",
"main": "out/main.js",
"main": "out/src/index.js",
"types": "out/index.d.ts",
"typings": "out/index.d.ts",
"directories": {