1
0
mirror of synced 2025-12-19 09:57:57 -05:00
Files
blitz/lerna.json
Aleksandra 2c06dd6f18 v0.45.4
2022-04-12 12:45:36 +02:00

17 lines
308 B
JSON

{
"version": "0.45.4",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": ["master", "canary"],
"registry": "https://registry.npmjs.org/"
}
}
}