Merge pull request #8 from lbryio/proxy-polyfill-rn

changed proxy-polyfill to 0.1.6. Added 'umd' libraryTarget for react native.
This commit is contained in:
akinwale 2018-04-21 21:26:10 +01:00 committed by GitHub
commit 8c8c937ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 377 additions and 391 deletions

765
dist/bundle.js vendored

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,7 @@
"format": "prettier 'src/**/*.{js,json}' --write"
},
"dependencies": {
"proxy-polyfill": "^0.2.0",
"proxy-polyfill": "0.1.6",
"reselect": "^3.0.0"
},
"devDependencies": {

View file

@ -8,6 +8,7 @@ module.exports = {
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
libraryTarget: 'umd'
},
module: {
rules: [