This commit is contained in:
Joel Male
2022-11-10 22:22:24 +10:00
parent 0be0e6ef54
commit 852bbaa622
7 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "webhook-action",
"version": "2.2.0",
"description": "Github Webhook Action",
"main": "dist/main.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build --clean && ncc build src/main.ts -o dist",
"format": "prettier --write **/*.ts",