From 92aedb348d9445d9d9aa5c23e475790931f0da6f Mon Sep 17 00:00:00 2001 From: Vitalii Saienko Date: Thu, 13 Sep 2018 15:31:45 +0300 Subject: [PATCH] Update package.json to point to correct repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c03e325..4a46e6e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/integrations/html-to-mrkdown.git" + "url": "git+https://github.com/integrations/html-to-mrkdwn.git" }, "keywords": [ "html", @@ -19,9 +19,9 @@ "author": "Brandon Keepers", "license": "ISC", "bugs": { - "url": "https://github.com/integrations/html-to-mrkdown/issues" + "url": "https://github.com/integrations/html-to-mrkdwn/issues" }, - "homepage": "https://github.com/integrations/html-to-mrkdown#readme", + "homepage": "https://github.com/integrations/html-to-mrkdwn#readme", "dependencies": { "jsdom": "^11.6.2", "turndown": "^4.0.0-rc.3",