rsnext/lerna.json
2019-02-11 08:28:49 +01:00

18 lines
313 B
JSON

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