blob: beab202583e4dbf314feba1853f453f51dd0b7cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"lerna": "2.5.1",
"packages": ["packages/*"],
"version": "independent",
"commands": {
"publish": {
"ignore": ["test/**/*", "*.md"]
}
},
"npmClient": "yarn",
"useWorkspaces": true
}
|