From 784725093a7296d83167df017e291bbdcfa2d61b Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Mon, 10 Aug 2015 08:30:52 +0200 Subject: [PATCH] Rename git repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f022eba..6d66722 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "git+https://github.com/jorangreef/sudo.git" + "url": "git+https://github.com/jorangreef/sudo-prompt.git" }, "keywords": [ "sudo", @@ -18,8 +18,8 @@ "author": "Joran Dirk Greef", "license": "MIT", "bugs": { - "url": "https://github.com/jorangreef/sudo/issues" + "url": "https://github.com/jorangreef/sudo-prompt/issues" }, - "homepage": "https://github.com/jorangreef/sudo#readme", + "homepage": "https://github.com/jorangreef/sudo-prompt#readme", "scripts": {} }