From f42f1829366b0100bb08087af966fd3ee35ea9e3 Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Mon, 30 May 2016 23:06:36 -0400 Subject: [PATCH] Fix package.json repo url --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ee8421..e32a490 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,11 @@ "main": "./build/index.js", "repository": { "type": "git", - "url": "https://github.com/patientslikeme/react-circular-progressbar.git" + "url": "https://github.com/iqnivek/react-circular-progressbar.git" }, "license": "MIT", "keywords": [ + "progressbar", "react", "react-component", "svg"