Skip to content

Commit

Permalink
chore: rename name field on package.json back to LBRY
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Gassmann committed Mar 15, 2018
1 parent af16387 commit 98d7332
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 98d7332

Please sign in to comment.