mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
17 lines
252 B
JSON
17 lines
252 B
JSON
{
|
|
"lerna": "3.4.2",
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"ignoreChanges": [
|
|
"**/test/**",
|
|
"**/examples/**",
|
|
"**/*.md"
|
|
]
|
|
}
|