rsnext/lerna.json
2020-04-21 11:47:45 +02:00

16 lines
316 B
JSON

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