rsnext/lerna.json
Joe Haddad 07df897dad
v9.5.2
2020-08-10 19:17:42 -04:00

21 lines
339 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.5.2"
}