rsnext/lerna.json
2018-10-05 23:41:38 +02:00

15 lines
268 B
JSON

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