change 'main' entry point

This commit is contained in:
seanyesmunt 2020-03-17 14:38:42 -04:00
parent 9259233c6f
commit a0a8a4f9fa

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 && webpack",