Merge pull request #133 from lbryio/rollup-updates

set main to bundle.es.js after removing webpack
This commit is contained in:
Akinwale Ariwodola 2019-04-27 20:04:05 +01:00 committed by GitHub
commit 164d980053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
"name": "LBRY Inc.",
"email": "hello@lbry.io"
},
"main": "dist/bundle.js",
"main": "dist/bundle.es.js",
"module": "dist/bundle.es.js",
"scripts": {
"build": "rollup --config",