From 6e994e34b8e78e426752a303bfe3108033390c2f Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Tue, 20 Jul 2021 20:52:04 +0800 Subject: [PATCH] chore: update metadata in package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eacb7ae..e733929 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "typescript-action", + "name": "wrapper-validation-action", "version": "0.0.0", "private": true, - "description": "TypeScript template action", + "description": "Gradle Wrapper Validation Action", "main": "lib/main.js", "scripts": { "build": "tsc", @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/typescript-action.git" + "url": "git+https://github.com/gradle/wrapper-validation-action.git" }, "keywords": [ "actions", "node", "setup" ], - "author": "YourNameOrOrganization", + "author": "Gradle Inc.", "license": "MIT", "dependencies": { "@actions/core": "1.2.6",