Skip to content

Commit 546d54e

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/b20db05e5e78828d9a6224e5da5d23341866d340/src/transforms/babel:setup-env-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent b5fa25a commit 546d54e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@
140140
"babel-preset-power-assert"
141141
]
142142
},
143-
"cover": {
144-
"sourceMaps": "both",
145-
"presets": [
146-
"babel-preset-power-assert"
147-
]
148-
},
149143
"development": {
150144
"presets": [
151145
[
@@ -175,6 +169,12 @@
175169
"plugins": [
176170
"babel-plugin-unassert"
177171
]
172+
},
173+
"cover": {
174+
"sourceMaps": "both",
175+
"presets": [
176+
"babel-preset-power-assert"
177+
]
178178
}
179179
}
180180
},

0 commit comments

Comments
 (0)