From d0e992d2b656f67b418cedb26df3fd43e690fd54 Mon Sep 17 00:00:00 2001 From: Tim Oxley Date: Sat, 11 Jan 2014 05:37:58 +0800 Subject: [PATCH] Fix package.json homepage Needs protocol for some npm commands to work. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 128434b..f0c6694 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ }, "dependencies": {}, "devDependencies": {}, - "homepage": "kaleb.hornsby.ws/js-math", + "homepage": "http://kaleb.horns.by/js-math/", "contributors": [ "Kaleb Hornsby (kaleb.hornsby.ws)" ] -} \ No newline at end of file +}