1 Star 0 Fork 1

alamhubb/babel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lerna.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Nicolò Ribaudo 提交于 2020-05-30 19:16 . v7.10.2
{
"version": "7.10.2",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Polish :nail_care:": ":nail_care: Polish",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal",
"PR: Performance :running_woman:": ":running_woman: Performance",
"PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert"
}
},
"command": {
"publish": {
"ignoreChanges": [
"*.md",
"*.txt",
"test/**",
"**/test/**",
"codemods/**",
"# We ignore every JSON file, except for native-modules, built-ins and plugins defined in babel-preset-env/data.",
"@(!(native-modules|built-ins|plugins|package)).json",
"# Until the ESLint packages version are aligned with Babel's, we ignore them",
"eslint/**"
]
}
},
"packages": [
"codemods/*",
"eslint/*",
"packages/*"
],
"npmClient": "yarn",
"npmClientArgs": [
"--pure-lockfile"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alamhubb/babel.git
git@gitee.com:alamhubb/babel.git
alamhubb
babel
babel
master

搜索帮助