mirror of https://github.com/dap-ps/discover.git
fixup! fix node dependencies in package.json
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d3d41972d5
commit
1495978dea
|
@ -35,7 +35,8 @@
|
||||||
"reselect": "^4.0.0",
|
"reselect": "^4.0.0",
|
||||||
"validator": "^11.1.0",
|
"validator": "^11.1.0",
|
||||||
"web3": "1.0.0-beta.34",
|
"web3": "1.0.0-beta.34",
|
||||||
"web3-utils": "^1.0.0-beta.35"
|
"web3-utils": "^1.0.0-beta.35",
|
||||||
|
"react-scripts": "^3.0.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./node_modules/.bin/react-scripts start",
|
"start": "./node_modules/.bin/react-scripts start",
|
||||||
|
@ -75,7 +76,6 @@
|
||||||
"gh-pages": "^2.0.1",
|
"gh-pages": "^2.0.1",
|
||||||
"husky": "^1.3.1",
|
"husky": "^1.3.1",
|
||||||
"lint-staged": "^8.1.5",
|
"lint-staged": "^8.1.5",
|
||||||
"prettier": "^1.16.4",
|
"prettier": "^1.16.4"
|
||||||
"react-scripts": "^3.0.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue