redux-devtools/lerna.json

13 lines
236 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"
}
},
2019-01-10 21:51:14 +03:00
"ignoreChanges": ["**/test/**", "**/examples/**", "**/*.md"]
2018-12-07 17:44:11 +03:00
}