From dc1714bf9590020b75d4e8b546e1cb414da1fc56 Mon Sep 17 00:00:00 2001 From: jaebradley Date: Thu, 30 Nov 2017 16:13:52 -0500 Subject: [PATCH] fix(repository-name): fix repository name in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8876d0e..8b68825 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jaebradley/textstyle.git" + "url": "git+https://github.com/jaebradley/textstyler.git" }, "keywords": [ "text", @@ -24,9 +24,9 @@ "author": "jae.b.bradley@gmail.com", "license": "MIT", "bugs": { - "url": "https://github.com/jaebradley/textstyle/issues" + "url": "https://github.com/jaebradley/textstyler/issues" }, - "homepage": "https://github.com/jaebradley/textstyle#readme", + "homepage": "https://github.com/jaebradley/textstyler#readme", "jest": { "testEnvironment": "node" },