Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit ee56bd7

Browse files
committed
raise babel target to node 8
1 parent 1d47858 commit ee56bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/preset-env",
2424
{
2525
"targets": {
26-
"node": "4"
26+
"node": "8"
2727
}
2828
}
2929
]

0 commit comments

Comments
 (0)