From 8323a17f96cdcbe7717e2d9ea24804c3f1b0a29f Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jan 2020 12:23:58 +0900 Subject: [PATCH] chore: Update description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 390eea4..3adf82c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugo-action", "version": "2.4.0", - "description": "Hugo setup action", + "description": "GitHub Actions for Hugo", "main": "lib/index.js", "scripts": { "lint": "eslint ./{src,__tests__}/**/*.ts",