From 80b04f65a5eb4b789d42fae67b3eb81cbe21b6e8 Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Mon, 31 Oct 2016 16:13:44 +0100 Subject: [PATCH] Package.json update --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 90abad4..d1ed32b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "electron-tabs", "version": "0.1.0", - "description": "Tabs for electron applications", + "description": "Simple tabs for Electron applications", "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/brrd/electron-tabs" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },