watcher-ts/lerna.json
Nabarun Gogoi 1ba731915d
Log pseudonyms with peer id (#334)
* Log pseudonyms with peer id

* Upgrade package version
2023-03-06 16:26:38 +05:30

16 lines
263 B
JSON

{
"packages": [
"packages/*"
],
"version": "0.2.30",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
"yes": true,
"from-git": true
}
}
}