diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 5abc62080..000000000 --- a/package-lock.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "github-action-for-generator", - "version": "3.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "github-action-for-generator", - "version": "3.0.0", - "license": "Apache-2.0" - } - } -} diff --git a/package.json b/package.json index 9ee743565..a67e3f9df 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { "name": "github-action-for-generator", - "version": "3.0.0", - "description": "GitHub action to perform various actions on AsyncAPI document using CLI", - "main": "entrypoint.sh", + "description": "This is to be used for running tests for the GitHub Action using the MakeFile", "scripts": { "test": "make test", "generate:assets": "echo 'No additional assets need to be generated at the moment'", - "bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION", "docker:build": "docker build -t asyncapi/github-action-for-generator:latest ." }, "repository": {