Skip to content

Commit 6325514

Browse files
🤖 config(babel): Initial formatting.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/042c55f2254a9efdce5074d537141d6f85a98927/src/transforms/babel:format.js Please contact the author of the transform if you believe there was an error.
1 parent e43e8b4 commit 6325514

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,6 +150,12 @@
150150
"babel-preset-power-assert"
151151
]
152152
},
153+
"cover": {
154+
"sourceMaps": "both",
155+
"presets": [
156+
"babel-preset-power-assert"
157+
]
158+
},
153159
"development": {
154160
"presets": [
155161
[
@@ -179,12 +185,6 @@
179185
"plugins": [
180186
"babel-plugin-unassert"
181187
]
182-
},
183-
"cover": {
184-
"sourceMaps": "both",
185-
"presets": [
186-
"babel-preset-power-assert"
187-
]
188188
}
189189
}
190190
},

0 commit comments

Comments
 (0)