rsnext/lerna.json
2020-01-08 11:50:09 -05: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.1.8-canary.7"
}