mirror of https://gitee.com/antv-l7/antv-l7
25 lines
390 B
JSON
25 lines
390 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md"
|
|
],
|
|
"allowBranch": [
|
|
"master",
|
|
"docs",
|
|
"v2.2.2-ie11-win7-fix"
|
|
],
|
|
"message": "chore: publish"
|
|
}
|
|
},
|
|
"version": "2.2.2-beta.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|