watcher-ts/lerna.json
Nabarun Gogoi dfd38d3329
Upgrade package versions (#384)
* Upgrade package versions

* Use node 18.x in github CI
2023-05-15 12:30:24 +05:30

16 lines
263 B
JSON

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