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" },