redux-devtools/lerna.json
2018-12-11 02:28:55 +02:00

17 lines
252 B
JSON

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