-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
23 lines (23 loc) · 633 Bytes
/
lerna.json
File metadata and controls
23 lines (23 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/",
"conventionalCommits": true,
"npmClient": "npm"
},
"version": {
"conventionalCommits": true,
"conventionalGraduate": true,
"allowBranch": "master",
"message": "publish new version",
"exact": true,
"npmClient": "npm"
},
"bootstrap": {
"loglevel": "info"
}
},
"packages": ["packages/*"],
"version": "0.1.7-alpha.7"
}