diff --git a/dist/package.json b/dist/package.json deleted file mode 100644 index f63e20d..0000000 --- a/dist/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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", - "dependencies": { - "@actions/core": "^1.10.0", - "octokit": "^2.0.14", - "semver": "^7.3.8" - } -}