redux-devtools/lerna.json
2019-01-10 20:51:14 +02:00

13 lines
236 B
JSON

{
"lerna": "3.4.2",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "master"
}
},
"ignoreChanges": ["**/test/**", "**/examples/**", "**/*.md"]
}