change 'main' entry point
This commit is contained in:
parent
9259233c6f
commit
a0a8a4f9fa
1 changed files with 1 additions and 1 deletions
|
@ -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 && webpack",
|
"build": "rollup --config && webpack",
|
||||||
|
|
Loading…
Add table
Reference in a new issue