v7.0.0-beta.41

This commit is contained in:
Henry Zhu
2018-03-14 12:25:26 -04:00
parent 1d69cd41ca
commit 270ea17fed
140 changed files with 857 additions and 851 deletions

View File

@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "7.0.0-beta.40",
"version": "7.0.0-beta.41",
"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"
]
}