update package author/email

This commit is contained in:
Alex Grintsvayg 2017-03-13 14:12:56 -04:00
parent ed755f18c8
commit 07701d03bd
4 changed files with 9 additions and 6 deletions

View file

@ -4,8 +4,8 @@
"main": "main.js", "main": "main.js",
"description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.",
"author": { "author": {
"email": "jobevers@lbry.io", "name": "LBRY Inc.",
"name": "Job Evers-Meltzer" "email": "hello@lbry.io"
}, },
"dependencies": { "dependencies": {
"electron-dl": "^1.6.0", "electron-dl": "^1.6.0",

2
lbry

@ -1 +1 @@
Subproject commit 2303f88bd4482e1f0b2f2357516d2c547ccd64ee Subproject commit be4e1c99d566c9a7505720b667b719b11a975f52

2
lbryum

@ -1 +1 @@
Subproject commit 71cf689c450bbe696fb1fd51d562b195b2f6854a Subproject commit 17e50e9e550bc3140930e4a781566f1e60687f3d

View file

@ -1,14 +1,17 @@
{ {
"name": "lbry-web-ui", "name": "lbry-web-ui",
"version": "0.9.0rc15", "version": "0.9.0rc15",
"description": "LBRY web ui", "description": "LBRY UI",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [ "keywords": [
"lbry" "lbry"
], ],
"author": "Alex Liebowitz <aliebowitz@lbry.io>", "author": {
"name": "LBRY Inc.",
"email": "hello@lbry.io"
},
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"bugs": { "bugs": {
"url": "https://github.com/lbryio/lbry-app/issues" "url": "https://github.com/lbryio/lbry-app/issues"