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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/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 6, 2021
1 parent bfd6382 commit 37b930c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@
]
],
"env": {
"debug": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
]
},
"test": {
"presets": [
"babel-preset-power-assert"
Expand Down Expand Up @@ -190,17 +201,6 @@
}
]
]
},
"debug": {
"presets": [
[
"@babel/preset-env",
{
"targets": "current node"
}
],
"babel-preset-power-assert"
]
}
}
}
Expand Down

0 comments on commit 37b930c

Please sign in to comment.