Skip to content

Commit e6715a1

Browse files
committed
Fix spacing
1 parent a2b4cfb commit e6715a1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/async/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra": {
99
"react-transform": {
1010
"transforms": [{
11-
"transform": "react-transform-hmr",
11+
"transform": "react-transform-hmr",
1212
"imports": ["react"],
1313
"locals": ["module"]
1414
}]

examples/counter/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra": {
99
"react-transform": {
1010
"transforms": [{
11-
"transform": "react-transform-hmr",
11+
"transform": "react-transform-hmr",
1212
"imports": ["react"],
1313
"locals": ["module"]
1414
}]

examples/real-world/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra": {
99
"react-transform": {
1010
"transforms": [{
11-
"transform": "react-transform-hmr",
11+
"transform": "react-transform-hmr",
1212
"imports": ["react"],
1313
"locals": ["module"]
1414
}]

examples/todomvc/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra": {
99
"react-transform": {
1010
"transforms": [{
11-
"transform": "react-transform-hmr",
11+
"transform": "react-transform-hmr",
1212
"imports": ["react"],
1313
"locals": ["module"]
1414
}]

examples/todos-with-undo/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra": {
99
"react-transform": {
1010
"transforms": [{
11-
"transform": "react-transform-hmr",
11+
"transform": "react-transform-hmr",
1212
"imports": ["react"],
1313
"locals": ["module"]
1414
}]

0 commit comments

Comments
 (0)