From 9289becf6465caeec0da745ecfa54cd9577324de Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 20:20:37 +0900 Subject: [PATCH] Feature/name (#74) * * "Install SSH key" -> "Install SSH Key" * * update package.json --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82ff649..0b76300 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Install SSH key +# Install SSH Key [![Build][image-build]][link-build] [![Windows][image-verify-windows]][link-verify-windows] diff --git a/package-lock.json b/package-lock.json index f9138cb..365a6a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "ssh-key-action", + "name": "install-ssh-key", "version": "1.6.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 801303a..a621f05 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ssh-key-action", + "name": "install-ssh-key", "version": "1.6.0", "private": true, "description": "Install SSH key to .ssh",