Skip to content

Commit 3ad9d55

Browse files
🤖 config(babel): Sort environments keys.
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.
1 parent cd4fa47 commit 3ad9d55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@
150150
"babel-preset-power-assert"
151151
]
152152
},
153-
"cover": {
154-
"sourceMaps": "both",
155-
"presets": [
156-
"babel-preset-power-assert"
157-
]
158-
},
159153
"development": {
160154
"presets": [
161155
[
@@ -185,6 +179,12 @@
185179
"plugins": [
186180
"babel-plugin-unassert"
187181
]
182+
},
183+
"cover": {
184+
"sourceMaps": "both",
185+
"presets": [
186+
"babel-preset-power-assert"
187+
]
188188
}
189189
}
190190
},

0 commit comments

Comments
 (0)