19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"version": "1.0.81-alpha.4",
|
|
"npmClient": "yarn",
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md",
|
|
"*.txt",
|
|
"test/**",
|
|
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
|
|
"@(!(built-in-modules|built-ins|plugins|package)).json"
|
|
]
|
|
}
|
|
}
|
|
}
|