From 98a54952ee4ca5e3730e198d39a7a2b6bece6488 Mon Sep 17 00:00:00 2001 From: Alejandro Estrada Date: Wed, 25 Sep 2019 14:16:01 -0500 Subject: [PATCH] Update package.json (#26) * Update package.json * Update package.json Co-Authored-By: Ryuichi Okumura --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e77dbff..9e19898 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typescript-action", "version": "0.0.0", "private": true, - "description": "JavaScript template action", + "description": "TypeScript template action", "main": "lib/main.js", "scripts": { "build": "tsc", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/javascript-template.git" + "url": "git+https://github.com/actions/typescript-action.git" }, "keywords": [ "actions",