mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 07:20:49 +00:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"release-type": "node",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"plugins": [
|
|
{
|
|
"type": "node-workspace"
|
|
}
|
|
],
|
|
"packages": {
|
|
"packages/core/js-client": {},
|
|
"packages/core/js-client-isomorphic": {},
|
|
"packages/core/marine-worker": {},
|
|
"packages/core/aqua-to-js": {},
|
|
"packages/core/interfaces": {},
|
|
"packages/core/npm-aqua-compiler": {}
|
|
}
|
|
}
|