Skip to content

Commit 70ff06d

Browse files
committed
add support for json5 file format
1 parent cb298b9 commit 70ff06d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/helpers/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ const allowedFileTypes = [
322322
"pfx",
323323
"cfr",
324324
"ico",
325-
"html"
325+
"html",
326+
"json5"
326327
];
327328

328329
const filesToIgnoreWhileUploading = [

0 commit comments

Comments
 (0)