Skip to content

Commit

Permalink
🤖 config(babel): Sort environments keys.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/babel:setup-env-sort-keys.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Apr 15, 2021
1 parent bfa75e2 commit 0a4fae3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@
]
],
"env": {
"debug": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
]
},
"test": {},
"development": {
"sourceMaps": "inline",
"presets": [
Expand All @@ -123,18 +135,9 @@
]
]
},
"cover": {
"sourceMaps": "both",
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
],
"production": {
"plugins": [
"babel-plugin-unassert",
[
"transform-remove-console",
{
Expand All @@ -147,7 +150,8 @@
]
]
},
"debug": {
"cover": {
"sourceMaps": "both",
"presets": [
[
"@babel/preset-env",
Expand All @@ -156,11 +160,8 @@
}
],
"babel-preset-power-assert"
]
},
"production": {
],
"plugins": [
"babel-plugin-unassert",
[
"transform-remove-console",
{
Expand All @@ -172,8 +173,7 @@
}
]
]
},
"test": {}
}
}
},
"xo": {
Expand Down

0 comments on commit 0a4fae3

Please sign in to comment.