Package.json update

This commit is contained in:
Thomas Brouard 2016-10-31 16:13:44 +01:00
parent ebfebdaf21
commit 80b04f65a5

View file

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