deploy: set dist entry point

This commit is contained in:
Christopher Monsanto 2020-07-25 13:12:02 -04:00
parent dcd986f9e6
commit 2a85d665bd

View File

@ -11,5 +11,6 @@
"scripts": {
"prepare": "tsc"
},
"type": "module"
"type": "module",
"main": "dist/index.js"
}