Skip to content

Commit

Permalink
Merge pull request #613 from browserstack/AFD-2556-add-json5-support
Browse files Browse the repository at this point in the history
add support for json5 file format
  • Loading branch information
agrawalsaurabhs committed Jun 30, 2023
2 parents d9349b5 + 7fd04ca commit 041ff99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ const allowedFileTypes = [
"pfx",
"cfr",
"ico",
"html"
"html",
"json5"
];

const filesToIgnoreWhileUploading = [
Expand Down

0 comments on commit 041ff99

Please sign in to comment.