Files
stacks.js/lerna.json
github-actions[bot] c9e420e521 chore: version packages
2023-04-28 14:25:15 +02:00

22 lines
366 B
JSON

{
"version": "6.5.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
},
"changelogPreset": "conventionalcommits",
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"forceLocal": true,
"hoist": true,
"npmClientArgs": [
"--ci"
]
}
},
"useWorkspaces": true
}