redux-devtools/lerna.json

17 lines
252 B
JSON
Raw Normal View History

2018-12-07 17:44:11 +03:00
{
"lerna": "3.4.2",
2018-12-11 03:28:55 +03:00
"version": "independent",
2018-12-07 17:44:11 +03:00
"npmClient": "yarn",
2018-12-11 03:28:55 +03:00
"useWorkspaces": true,
"command": {
"publish": {
"allowBranch": "master"
}
},
"ignoreChanges": [
"**/test/**",
"**/examples/**",
"**/*.md"
]
2018-12-07 17:44:11 +03:00
}