Proper two package.json format, release.sh bumps 2nd json ver too

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-05-05 16:54:55 +01:00
parent 9e2324fb69
commit f54708227e
3 changed files with 26 additions and 7 deletions

View file

@ -1,5 +1,9 @@
{
"description": "Electron main process dependencies",
"name": "riot-web",
"main": "src/electron-main.js",
"version": "0.0.0",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
"electron-window-state": "^4.1.0"
}