From e7a5cc7ef7bab7289b60977c8d82aed52137ac01 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 15 Sep 2019 17:20:55 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Update=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 634ff51..d7c5165 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "javascript-action", - "version": "1.0.0", - "description": "JavaScript Action Template", + "name": "hugo-action", + "version": "0.1.0", + "description": "Hugo setup action", "main": "index.js", "scripts": { "lint": "eslint index.js", @@ -9,19 +9,20 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/actions/javascript-action.git" + "url": "git+https://github.com/peaceiris/actions-hugo.git" }, "keywords": [ "GitHub", "Actions", - "JavaScript" + "JavaScript", + "Hugo" ], "author": "GitHub", "license": "MIT", "bugs": { - "url": "https://github.com/actions/javascript-action/issues" + "url": "https://github.com/peaceiris/actions-hugo/issues" }, - "homepage": "https://github.com/actions/javascript-action#readme", + "homepage": "https://github.com/peaceiris/actions-hugo#readme", "dependencies": { "@actions/core": "^1.1.0" },