Improve JSON detection when the mime-type is not application/json

This commit is contained in:
Gaël Métais
2021-02-14 18:32:05 +00:00
parent 96f720c195
commit 6d01461e53
2 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "yellowlabtools",
"version": "2.0.0-beta",
"version": "2.0.0",
"description": "Online tool to audit a webpage for performance and front-end quality issues",
"license": "GPL-2.0",
"author": {
@@ -50,6 +50,7 @@
"is-eot": "1.0.0",
"is-gif": "3.0.0",
"is-jpg": "2.0.0",
"is-json": "2.0.1",
"is-otf": "0.1.2",
"is-png": "1.1.0",
"is-svg": "3.0.0",