mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-12-14 04:09:40 +07:00
Refactored to use esbuild
This commit is contained in:
22
src/package.json
Normal file
22
src/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "autotag-action",
|
||||
"version": "1.1.3",
|
||||
"private": true,
|
||||
"description": "Automatically create a tag whenever the version changes in package.json",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"start": "node ./main.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/butlerlogic/action-autotag.git"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"node",
|
||||
"setup"
|
||||
],
|
||||
"author": "ButlerLogic",
|
||||
"license": "MIT",
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user