update deps
This commit is contained in:
parent
17868d948a
commit
5f94bb6bc9
2 changed files with 72 additions and 2510 deletions
10
package.json
10
package.json
|
@ -18,11 +18,11 @@
|
|||
"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 && webpack",
|
||||
"dev": "webpack --watch",
|
||||
"build": "rollup --config",
|
||||
"dev": "rollup --config --watch",
|
||||
"precommit": "lint-staged",
|
||||
"preinstall": "yarn cache clean lbry-redux",
|
||||
"lint": "eslint 'src/**/*.js' --fix",
|
||||
|
@ -59,9 +59,7 @@
|
|||
"rollup": "^1.8.0",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
"rollup-plugin-flow": "^1.1.1",
|
||||
"rollup-plugin-includepaths": "^0.2.3",
|
||||
"webpack": "^4.5.0",
|
||||
"webpack-cli": "^2.0.14"
|
||||
"rollup-plugin-includepaths": "^0.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"yarn": "^1.3"
|
||||
|
|
Loading…
Reference in a new issue