actually treat lbry-redux as a peerDependency
This commit is contained in:
parent
4f16f81017
commit
636f014f42
4 changed files with 590 additions and 7710 deletions
|
@ -1,4 +1,5 @@
|
|||
[ignore]
|
||||
node_modules/
|
||||
|
||||
[include]
|
||||
|
||||
|
|
8294
dist/bundle.js
vendored
8294
dist/bundle.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
output: {
|
||||
filename: 'bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
libraryTarget: 'umd'
|
||||
libraryTarget: 'umd',
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
@ -23,4 +23,5 @@ module.exports = {
|
|||
modules: [path.resolve(__dirname, 'src'), 'node_modules'],
|
||||
},
|
||||
plugins: [new FlowBabelWebpackPlugin()],
|
||||
externals: 'lbry-redux',
|
||||
};
|
||||
|
|
|
@ -3360,7 +3360,7 @@ kind-of@^6.0.0, kind-of@^6.0.2:
|
|||
|
||||
lbry-redux@lbryio/lbry-redux:
|
||||
version "0.0.1"
|
||||
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/d4e4e71ab15fb33e9f167e8a20ecfa5c85590560"
|
||||
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/f140db38dd73cead9e87549340fa9434da62ba8a"
|
||||
dependencies:
|
||||
proxy-polyfill "0.1.6"
|
||||
reselect "^3.0.0"
|
||||
|
|
Loading…
Reference in a new issue