From e4038146b4cd2dd86157a634aba420187dca83db Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Thu, 11 Mar 2021 09:27:02 +0100 Subject: [PATCH] fixing npm vs. github name miss-match --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c78f936..5346368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@swrlab/prettier-config", - "version": "0.1.1", + "name": "@swrlab/swr-prettier-config", + "version": "0.1.2", "description": "SWR Prettier config.", "keywords": [ "prettier", @@ -14,9 +14,9 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/swrlab/prettier-config" + "url": "https://github.com/swrlab/swr-prettier-config" }, - "bugs": "https://github.com/swrlab/prettier-config/issues", - "homepage": "https://github.com/swrlab/prettier-config#readme", + "bugs": "https://github.com/swrlab/swr-prettier-config/issues", + "homepage": "https://github.com/swrlab/swr-prettier-config#readme", "scripts": {} } \ No newline at end of file