Skip to content

Commit 0096454

Browse files
author
Ian Channing
committed
build: fix JSON
1 parent eb1e3f7 commit 0096454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-react"
55
],
66
"plugins": [
7-
["@babel/plugin-proposal-class-properties", { "loose": true }],
7+
["@babel/plugin-proposal-class-properties", { "loose": true }]
88
],
99
"env": {
1010
"test": {

0 commit comments

Comments
 (0)