Skip to content

Commit 041ff99

Browse files
Merge pull request #613 from browserstack/AFD-2556-add-json5-support
add support for json5 file format
2 parents d9349b5 + 7fd04ca commit 041ff99

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)