Files
pezkuwi-ui/lerna.json
T
Jaco Greeff a7c8322837 Support Charred Cherry (#25)
* Support Charred Cherry

* Update endpoint to old version

* chainId -> networkId, unit -> tokenSymbol

* decimals -> tokenDecimals

* Bump deps

* Update PoC-3 network description

* Bump deps
2018-12-19 19:58:01 +01:00

15 lines
206 B
JSON

{
"lerna": "2.11.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "master"
}
},
"packages": [
"packages/*"
],
"version": "0.24.0"
}