From 51060a905a61f684b47d84c350ce4164a2e8950b Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 16 Jul 2017 02:48:40 +0530 Subject: [PATCH] package.json: fix homepage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 811fc2d..07321ce 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "bugs": { "url": "https://github.com/chinchang/web-maker/issues" }, - "homepage": "https://github.com/chinchang/web-maker#readme", + "homepage": "https://webmakerapp.com", "dependencies": { "babel-polyfill": "^6.23.0", "babel-standalone": "^6.25.0"