rsnext/lerna.json
Joe Haddad 00b56c6ede
v9.0.3
2019-07-31 16:14:36 -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.0.3"
}