6 Star 52 Fork 12

antv / F6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lerna.json 1012 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"version": "*",
"npmClient": "yarn",
"packages": [
"packages/core",
"packages/f6",
"packages/f6-alipay",
"packages/f6-wx",
"packages/element",
"packages/f6-ui",
"packages/plugin",
"packages/site",
"packages/hammer"
],
"useWorkspaces": true,
"command": {
"version": {
"ignoreChanges": ["*.md", "**/*.test.ts", "**/*.spec.ts"],
"message": "chore(release): publish"
},
"bootstrap": {
"npmClientArgs": ["--no-package-lock", "--no-ci"]
}
},
"changelog": {
"labels": {
"pr(fix)": ":bug: Bug Fix",
"pr(chore)": ":turtle: Chore",
"pr(feature)": ":tada: New feature",
"pr(breaking)": ":boom: Breaking Change",
"pr(internal)": ":house: Internal",
"pr(dependency)": ":shamrock: Dependency",
"pr(documentation)": ":book: Documentation",
"pr(enhancement)": ":rocket: Enhancement",
"pr(refactor)": ":100: Refactoring",
"pr(test)": ":white_check_mark: Test Case"
}
}
}
1
https://gitee.com/antv/F6.git
git@gitee.com:antv/F6.git
antv
F6
F6
master

搜索帮助