set main to bundle.es.js after removing webpack
This commit is contained in:
parent
d714df6779
commit
11d3b66769
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue