chore: Fix the "main" in package.json to point to a file that actually exists.

This commit is contained in:
Jason Walton
2022-03-23 17:40:29 -04:00
committed by Jason Walton
parent 88a7452ac5
commit 296c2aa43a

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.ts'",