Skip to content

Commit c596e41

Browse files
committed
Fixed version of parcel-bundler to 1.5.0 due to .babelrc bug
1 parent 37ac833 commit c596e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"eslint-plugin-import": "^2.8.0",
3232
"eslint-plugin-jsx-a11y": "^6.0.3",
3333
"eslint-plugin-react": "^7.6.0",
34-
"parcel-bundler": "^1.5.0"
34+
"parcel-bundler": "1.5.0"
3535
}
3636
}

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"eslint-plugin-import": "^2.8.0",
3232
"eslint-plugin-jsx-a11y": "^6.0.3",
3333
"eslint-plugin-react": "^7.6.0",
34-
"parcel-bundler": "^1.5.0"
34+
"parcel-bundler": "1.5.0"
3535
}
3636
}

0 commit comments

Comments
 (0)