From 8f581956e878e267a8d636312c8c9e8e746f439a Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 8 Mar 2020 19:00:36 +0000 Subject: [PATCH] Revert jsonlint --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d57eb434..334dbc5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7187,12 +7187,11 @@ } }, "jsonlint": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.3.tgz", - "integrity": "sha512-jMVTMzP+7gU/IyC6hvKyWpUU8tmTkK5b3BPNuMI9U8Sit+YAWLlZwB6Y6YrdCxfg2kNz05p3XY3Bmm4m26Nv3A==", + "version": "github:josdejong/jsonlint#85a19d77126771f3177582e3d09c6ffae185d391", + "from": "github:josdejong/jsonlint#85a19d7", "requires": { - "JSV": "^4.0.x", - "nomnom": "^1.5.x" + "JSV": ">= 4.0.x", + "nomnom": ">= 1.5.x" } }, "jsprim": { diff --git a/package.json b/package.json index 29aaec48..ebfb4f0b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "detect-browser": "^4.8.0", "file-saver": "^2.0.2", "json-to-ast": "^2.1.0", - "jsonlint": "^1.6.3", + "jsonlint": "github:josdejong/jsonlint#85a19d7", "lodash": "^4.17.15", "lodash.capitalize": "^4.2.1", "lodash.clamp": "^4.0.3",