diff --git a/package-lock.json b/package-lock.json index 092d36e..2be7f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gradle-command-action", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index feddad1..0535116 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "gradle-command-action", - "version": "0.0.0", - "private": true, + "version": "1.0.0", "description": "Execute Gradle Command Line", "main": "lib/main.js", "scripts": { @@ -10,14 +9,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/javascript-template.git" + "url": "git+https://github.com/eskatos/gradle-command-action.git" }, "keywords": [ + "github", "actions", - "node", - "setup" + "github-actions", + "gradle" ], - "author": "YourNameOrOrganization", + "author": "Paul Merlin ", "license": "MIT", "dependencies": { "@actions/core": "1.1.1",