From e92fab38792650dc487dc8209edf15a6b0d1dc6e Mon Sep 17 00:00:00 2001 From: Markus Oehler Date: Wed, 4 Jul 2018 16:17:58 +0200 Subject: [PATCH] Added git repository URL to package.json so that it is easier to identify the git repository on npmjs.org --- gatsby-plugin-cockpit/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/gatsby-plugin-cockpit/package.json b/gatsby-plugin-cockpit/package.json index ceb999f..a327cb4 100644 --- a/gatsby-plugin-cockpit/package.json +++ b/gatsby-plugin-cockpit/package.json @@ -5,6 +5,7 @@ "version": "1.0.39", "keywords": ["gatsby", "gatsby-plugin", "gatsby-source-plugin", "cockpit"], "license": "MIT", + "repository": "github:ginetta/ginetta-gatsby-source-plugin", "dependencies": { "cockpit-sdk": "^0.9.4", "gatsby-source-filesystem": "^1.5.15",