Files
pezkuwi-ui/lerna.json
T
Jaco Greeff c48b6ff6f8 Schnorrkel support (#72)
* Schnorrkel support

* Uuse KeyringOptions in loadAll

* Bump

* Bump version

* Integrate new updates
2019-02-14 23:38:49 +01:00

15 lines
206 B
JSON

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