Skip to content

Commit d1fe3c5

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/057c4df07dfcd3ed83201b062803b05a252bf67f/src/transforms/babel:setup-env-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent 41854fa commit d1fe3c5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@
108108
]
109109
],
110110
"env": {
111+
"debug": {
112+
"presets": [
113+
[
114+
"@babel/preset-env",
115+
{
116+
"targets": "current node"
117+
}
118+
],
119+
"babel-preset-power-assert"
120+
]
121+
},
111122
"test": {
112123
"presets": [
113124
"babel-preset-power-assert"
@@ -159,17 +170,6 @@
159170
]
160171
],
161172
"sourceMaps": "inline"
162-
},
163-
"debug": {
164-
"presets": [
165-
[
166-
"@babel/preset-env",
167-
{
168-
"targets": "current node"
169-
}
170-
],
171-
"babel-preset-power-assert"
172-
]
173173
}
174174
}
175175
}

0 commit comments

Comments
 (0)