From 85aa99aa31d58dc541a549828038aa0214cd3877 Mon Sep 17 00:00:00 2001 From: Kumar Harsh Date: Fri, 27 Jul 2018 13:43:12 +0530 Subject: [PATCH] fix(ci): revert repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd96382..7ba1434 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "repository": { "type": "git", - "url": "git@github.com:krambuhl/custom-event-polyfill.git" + "url": "git@github.com:kumarharsh/custom-event-polyfill.git" }, "scripts": { "test": "karma start",