change 'main' entry point #86

Closed
neb-b wants to merge 1 commit from module into master

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