rsnext/lerna.json
Tim Neutkens d8fd6880d2 v9.2.2
2020-02-18 12:12:49 +01:00

16 lines
307 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.2.2"
}