Skip to content

Commit 2d56374

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 23, 2021
🤖 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/67ba7d5e9b38c8944d42909a3a30b0710559b446/src/transforms/babel:setup-env-sort-keys.js Please contact the author of the transform if you believe there was an error.
1 parent 221918a commit 2d56374

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

Diff for: ‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@
145145
]
146146
],
147147
"env": {
148+
"debug": {
149+
"presets": [
150+
[
151+
"@babel/preset-env",
152+
{
153+
"targets": "current node"
154+
}
155+
],
156+
"babel-preset-power-assert"
157+
]
158+
},
148159
"test": {
149160
"presets": [
150161
"babel-preset-power-assert"
@@ -196,17 +207,6 @@
196207
]
197208
],
198209
"sourceMaps": "inline"
199-
},
200-
"debug": {
201-
"presets": [
202-
[
203-
"@babel/preset-env",
204-
{
205-
"targets": "current node"
206-
}
207-
],
208-
"babel-preset-power-assert"
209-
]
210210
}
211211
}
212212
}

0 commit comments

Comments
 (0)
Please sign in to comment.