From a8e1c91ef239717be73a11a9ef50169c213b7888 Mon Sep 17 00:00:00 2001 From: moumni Date: Fri, 28 Feb 2020 17:36:32 +0100 Subject: [PATCH] Update package.json --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 256684af3..5789d8bbd 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,13 @@ "series", "parallel", "streaming" - ] + ], + "bugs": { + "url": "https://github.com/gulpjs/gulp/issues" + }, + "homepage": "https://github.com/gulpjs/gulp#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/gulpjs/gulp.git" + } }