mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-01-15 17:04:06 +00:00
* Set total difficulty to zero if not available * Set patch version in packages
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.98-patch.1",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|