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 cd4fa47 commit 3ad9d55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@
"babel-preset-power-assert"
]
},
"cover": {
"sourceMaps": "both",
"presets": [
"babel-preset-power-assert"
]
},
"development": {
"presets": [
[
Expand Down Expand Up @@ -185,6 +179,12 @@
"plugins": [
"babel-plugin-unassert"
]
},
"cover": {
"sourceMaps": "both",
"presets": [
"babel-preset-power-assert"
]
}
}
},
Expand Down

0 comments on commit 3ad9d55

Please sign in to comment.