mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 10:21:08 +07:00
Cleanup package
This commit is contained in:
parent
f8df1f2864
commit
9d574115b7
11
package.json
11
package.json
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user