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", "name": "electron-tabs",
"version": "0.1.0", "version": "0.1.0",
"description": "Tabs for electron applications", "description": "Simple tabs for Electron applications",
"main": "index.js", "main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/brrd/electron-tabs"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },