Skip to content

Commit fe09769

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

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
@@ -141,12 +141,6 @@
141141
"babel-preset-power-assert"
142142
]
143143
},
144-
"cover": {
145-
"sourceMaps": "both",
146-
"presets": [
147-
"babel-preset-power-assert"
148-
]
149-
},
150144
"development": {
151145
"presets": [
152146
[
@@ -176,6 +170,12 @@
176170
"plugins": [
177171
"babel-plugin-unassert"
178172
]
173+
},
174+
"cover": {
175+
"sourceMaps": "both",
176+
"presets": [
177+
"babel-preset-power-assert"
178+
]
179179
}
180180
}
181181
},

0 commit comments

Comments
 (0)