Cleanup package

This commit is contained in:
Corey Butler 2023-03-30 23:04:21 -05:00
parent f8df1f2864
commit 9d574115b7
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

@ -3,15 +3,8 @@
"version": "1.1.3",
"private": true,
"description": "Automatically create a tag whenever the version changes",
"main": "app/main.js",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^2.1.0",
"semver": "^7.3.4"
},
"devDependencies": {
"esbuild": "^0.15.10"
},
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "esbuild --bundle ./src/main.js --platform=node --outdir=dist --external:octokit"