v7.0.0-beta.43

This commit is contained in:
Henry Zhu
2018-04-02 12:47:55 -04:00
parent 47ada5ab3a
commit bdfeeb38c6
140 changed files with 858 additions and 849 deletions

View File

@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "7.0.0-beta.42",
"version": "7.0.0-beta.43",
"changelog": {
"repo": "babel/babel",
"labels": {
@@ -16,10 +16,19 @@
"cacheDir": ".changelog",
"commands": {
"publish": {
"ignore": ["*.md", "test/**", "codemods/**"]
"ignore": [
"*.md",
"test/**",
"codemods/**"
]
}
},
"packages": ["packages/*", "codemods/*"],
"packages": [
"packages/*",
"codemods/*"
],
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"]
"npmClientArgs": [
"--no-lockfile"
]
}