set main to bundle.es.js after removing webpack

This commit is contained in:
Akinwale Ariwodola 2019-04-27 20:01:26 +01:00
parent d714df6779
commit 11d3b66769

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