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.",
|
"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",
|
||||||
"dev": "webpack --watch",
|
"dev": "rollup --config --watch",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"preinstall": "yarn cache clean lbry-redux",
|
"preinstall": "yarn cache clean lbry-redux",
|
||||||
"lint": "eslint 'src/**/*.js' --fix",
|
"lint": "eslint 'src/**/*.js' --fix",
|
||||||
|
@ -59,9 +59,7 @@
|
||||||
"rollup": "^1.8.0",
|
"rollup": "^1.8.0",
|
||||||
"rollup-plugin-babel": "^4.3.2",
|
"rollup-plugin-babel": "^4.3.2",
|
||||||
"rollup-plugin-flow": "^1.1.1",
|
"rollup-plugin-flow": "^1.1.1",
|
||||||
"rollup-plugin-includepaths": "^0.2.3",
|
"rollup-plugin-includepaths": "^0.2.3"
|
||||||
"webpack": "^4.5.0",
|
|
||||||
"webpack-cli": "^2.0.14"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"yarn": "^1.3"
|
"yarn": "^1.3"
|
||||||
|
|
Loading…
Reference in a new issue