This commit is contained in:
Henry Zhu
2017-04-07 11:19:02 -04:00
parent 3534bc872d
commit f8da5e3457
61 changed files with 227 additions and 225 deletions

View File

@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.24.0",
"lerna": "2.0.0-beta.38",
"version": "6.24.1",
"changelog": {
"repo": "babel/babel",
"labels": {
@@ -16,10 +16,12 @@
"bootstrapConfig": {
"ignore": "babel-runtime"
},
"publishConfig": {
"ignore": [
"*.md",
"test/**"
]
"commands": {
"publish": {
"ignore": [
"*.md",
"test/**"
]
}
}
}