From a1cb830e80a670b5a940d544eaf16dd350c27ef1 Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Thu, 11 Mar 2021 08:30:32 +0100 Subject: [PATCH] updating repository urls --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96b7199..c78f936 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "@swrlab/prettier-config", - "version": "0.1.0", + "version": "0.1.1", "description": "SWR Prettier config.", "keywords": [ - "prettier" + "prettier", + "swrlab" ], "files": [ "index.js" @@ -13,9 +14,9 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/swrlab/swr-prettier-config" + "url": "https://github.com/swrlab/prettier-config" }, - "bugs": "https://github.com/swrlab/swr-prettier-config/issues", - "homepage": "https://github.com/swrlab/swr-prettier-config#readme", + "bugs": "https://github.com/swrlab/prettier-config/issues", + "homepage": "https://github.com/swrlab/prettier-config#readme", "scripts": {} } \ No newline at end of file