watcher-ts/lerna.json
Nabarun Gogoi aaa60430e4
Update readme content and package versions (#366)
* Upgrade package versions

* Update readme for watchers
2023-04-14 18:11:15 +05:30

16 lines
263 B
JSON

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