Files
stacks.js/lerna.json
github-actions[bot] b4e5e7327f chore: version packages
2022-11-18 19:58:37 +01:00

22 lines
366 B
JSON

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