rsnext/lerna.json
2021-11-15 14:19:55 +01:00

21 lines
350 B
JSON

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