Skip to content

Commit 6692f8c

Browse files
author
Frank M. Taylor
committed
updates node version and changes quotes for preset
1 parent 4347065 commit 6692f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets" : {
7-
"node" : "14",
7+
"node" : "20",
88
"browsers" : [
99
"> 1%",
1010
"last 2 node versions",
@@ -15,7 +15,7 @@
1515
"corejs" : 3
1616
}
1717
],
18-
'@babel/preset-typescript'
18+
"@babel/preset-typescript"
1919
],
2020
"sourceType": "module",
2121
"sourceMap": true

0 commit comments

Comments
 (0)