Fix entrypoint in package.json

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:50:58 +02:00
parent ff946c0b57
commit 95b7f6102f
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": "lib/main.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",