2019-06-07 15:18:10 +02:00
|
|
|
{
|
2021-10-14 18:10:07 +02:00
|
|
|
"version": "0.9.167-alpha.3",
|
2019-09-10 07:00:19 +02:00
|
|
|
"npmClient": "yarn",
|
2019-06-07 15:18:10 +02:00
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2019-09-10 07:00:19 +02:00
|
|
|
"command": {
|
2019-09-10 12:48:00 +02:00
|
|
|
"publish": {
|
2019-09-10 07:00:19 +02:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2019-06-07 15:18:10 +02:00
|
|
|
}
|