From 9acc43f4931376d43cbf47ebf02002f1e8efe3ec Mon Sep 17 00:00:00 2001 From: Ward Cunningham Date: Fri, 26 Jun 2015 07:36:35 -0700 Subject: [PATCH] fix npm's link to this repo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e2900a..624e242 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/fedwiki/wiki-plugin-datscript.git" + "url": "https://github.com/maxogden/wiki-plugin-datscript.git" }, "bugs": { - "url": "https://github.com/fedwiki/wiki-plugin-datscript/issues" + "url": "https://github.com/maxogden/wiki-plugin-datscript/issues" }, "engines": { "node": "0.10"