Setup productName and comply package name with npm/yarn rules

This commit is contained in:
Igor Gassmann 2018-01-02 08:59:28 -03:00
parent 7068ebaf57
commit a212b8d908
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{
"appId": "io.lbry.LBRY",
"productName": "LBRY",
"mac": {
"category": "public.app-category.entertainment"
},

View file

@ -1,5 +1,5 @@
{
"name": "LBRY",
"name": "lbry-app",
"version": "0.19.1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"homepage": "https://lbry.io/",