set main to bundle.es.js after removing webpack #133

Merged
akinwale merged 1 commit from rollup-updates into master 2019-04-27 21:04:06 +02:00

View file

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