No description
1152826ccb
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
dist | ||
src | ||
.babelrc | ||
.eslintrc.json | ||
.flowconfig | ||
.gitignore | ||
.lintstagedrc.json | ||
.prettierrc.json | ||
LICENSE | ||
package.json | ||
README.md | ||
rollup.config.js | ||
webpack.config.js | ||
yarn.lock |
lbryinc
lbryinc is a module which contains common api.lbry.io and rewards code shared between lbry-desktop and lbry-android.
Installation
Add lbryinc
as a dependency to your package.json
file.
"lbryinc": "lbryio/lbryinc"
Local development
If you intend to make changes to the module and test immediately, you can use npm link
to add the package to your node_modules
folder. This will create a symlink to the folder where lbry-redux
was cloned to.
cd lbryinc
sudo npm link
cd /<path>/<to>/<project>/node_modules
npm link lbryinc
Build
Run $ yarn build
. If the symlink does not work, just build the file and move the bundle.js
file in to the node_modules/
folder.