Merge pull request #133 from lbryio/rollup-updates
set main to bundle.es.js after removing webpack
This commit is contained in:
commit
164d980053
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",
|
"build": "rollup --config",
|
||||||
|
|
Loading…
Reference in a new issue