From d964918d217c3b787dbb0805784abbe96238c549 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:05:16 +0930 Subject: [PATCH] chore: use simpler repo value --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 4a04d9a..3cc3e00 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,7 @@ "author": "curben", "license": "MIT", "homepage": "https://github.com/curbengh/hexo-yam", - "repository": { - "type": "git", - "url": "https://github.com/curbengh/hexo-yam.git" - }, + "repository": "curbengh/hexo-yam", "dependencies": { "clean-css": "^4.2.1", "html-minifier": "^4.0.0",