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/e2bf2c17f7e41fd818d2de9cb478d2e183f92a0e/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 Mar 17, 2021
1 parent decb80a commit 685969e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -114,6 +114,18 @@
]
],
"env": {
"debug": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
]
},
"test": {},
"development": {
"sourceMaps": "inline",
"presets": [
Expand All @@ -132,17 +144,6 @@
]
]
},
"debug": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
]
},
"production": {
"plugins": [
"babel-plugin-unassert",
Expand All @@ -157,8 +158,7 @@
}
]
]
},
"test": {}
}
}
},
"xo": {
Expand Down

0 comments on commit 685969e

Please sign in to comment.