Revert "Fix entrypoint in package.json"

This reverts commit 95b7f6102f.
This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:53:12 +02:00
parent 623a8a1785
commit e6466806bd
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -3,7 +3,7 @@
"version": "1.2.0",
"private": true,
"description": "Upload files to a GitHub release",
"main": "dist/index.js",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",