From 4e4c1f19e14e59944de1ed83edac9ed32c14f5e0 Mon Sep 17 00:00:00 2001 From: Vicky Chijwani Date: Thu, 16 Mar 2017 23:51:12 +0530 Subject: [PATCH] Add `repository` field in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index bbe1589..9aa628b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "index.js", "author": "Samy Pesse ", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/GitbookIO/plugin-versions" + }, "engines": { "gitbook": ">=2.6.2" },