From f8c337f9ba270f7c1bb420ae307b216ec384bbf5 Mon Sep 17 00:00:00 2001 From: ikatyang Date: Sun, 16 Jul 2017 00:52:33 +0800 Subject: [PATCH] docs(package): update urls --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a401474..85aad9d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "private": true, "author": "ikatyang", "license": "MIT", - "homepage": "https://github.com/ikatyang/emoji-cheat-sheet", - "repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/generator", + "repository": "https://github.com/ikatyang/emoji-cheat-sheet", + "homepage": "https://github.com/ikatyang/emoji-cheat-sheet#readme", "scripts": { "lint": "tslint -p ./tsconfig.json", "test": "jest -c ./jest.json",