chore: rename name field on package.json back to LBRY
This commit is contained in:
parent
af16387501
commit
98d7332399
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"name": "lbry-app",
|
||||
"name": "LBRY",
|
||||
"version": "0.21.0-rc.2",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"keywords": [
|
||||
"lbry"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://lbry.io/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lbryio/lbry-app/issues"
|
||||
|
@ -26,9 +30,6 @@
|
|||
"lint": "eslint 'src/**/*.{js,jsx}' --fix",
|
||||
"format": "prettier 'src/**/*.{js,jsx,scss,json}' --write"
|
||||
},
|
||||
"keywords": [
|
||||
"lbry"
|
||||
],
|
||||
"dependencies": {
|
||||
"bluebird": "^3.5.1",
|
||||
"classnames": "^2.2.5",
|
||||
|
@ -116,7 +117,6 @@
|
|||
"node": ">=6",
|
||||
"yarn": "^1.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"lbrySettings": {
|
||||
"lbrynetDaemonVersion": "0.19.0",
|
||||
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip",
|
||||
|
|
Loading…
Reference in a new issue