rsnext/lerna.json
jj@jjsweb.site 8a450db14a
v12.0.0
2021-10-26 10:35:23 -05:00

21 lines
340 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.0"
}