Fix author entry

This commit is contained in:
Yuya Ochiai
2016-05-06 22:53:56 +09:00
parent bfac489777
commit 0529cb8efc
3 changed files with 10 additions and 4 deletions

View File

@@ -4,7 +4,10 @@
"version": "1.2.0",
"description": "Mattermost Desktop application for Windows, Mac and Linux",
"main": "main.js",
"author": "Yuya Ochiai <yuya0321@gmail.com>",
"author": {
"name": "Yuya Ochiai",
"email": "yuya0321@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=4.2.0"