mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
13 lines
234 B
JSON
13 lines
234 B
JSON
{
|
|
"lerna": "3.4.2",
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": "main"
|
|
}
|
|
},
|
|
"ignoreChanges": ["**/test/**", "**/examples/**", "**/*.md"]
|
|
}
|