From fc993145d96c5117a2cb1eb1dc020af07b0f0eb1 Mon Sep 17 00:00:00 2001 From: Antti Mattila <72422+pihvi@users.noreply.github.com> Date: Tue, 5 May 2020 16:28:32 +0300 Subject: [PATCH] Fix repository URLs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8a8df4..4924762 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "homepage": "https://github.com/woocommerce/woocommerce-rest-api-js-lib", "repository": { "type": "git", - "url": "git+https://github.com/woocommerce/woocommerce-rest-api-js.git" + "url": "git+https://github.com/woocommerce/woocommerce-rest-api-js-lib.git" }, "bugs": { - "url": "https://github.com/woocommerce/woocommerce-rest-api-js/issues" + "url": "https://github.com/woocommerce/woocommerce-rest-api-js-lib/issues" }, "main": "index", "types": "index.d.ts",