From 60d4e5d387fe53bf36fd5d7cde9b6937975e56d1 Mon Sep 17 00:00:00 2001 From: vn7n24fzkq Date: Wed, 26 Aug 2020 21:50:28 +0800 Subject: [PATCH] Update name --- README.md | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed300cb0d..aaf49fb6a 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# github-profile-summary-card +# github-profile-summary-cards diff --git a/package-lock.json b/package-lock.json index e350f1b9e..50a6c2218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "github-profile-summary-card", + "name": "github-profile-summary-cards", "version": "0.0.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index b71b53b7d..eeb88a29b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "github-profile-summary-card", + "name": "github-profile-summary-cards", "version": "0.0.1", - "description": "Generate github profile summary card", + "description": "Generate github profile summary cards", "main": "src/app.js", "scripts": { "run": "node src/app.js",