From 66e5f01b3ec6c6cc07cfceeab2feb4be3a08e123 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Tue, 20 Feb 2018 09:07:13 +0100 Subject: [PATCH] Replace jsonlint by jsonlint2 jsonlint2 is a fork of jsonlint that is still being updated. Relevant discussion: https://github.com/zaach/jsonlint/pull/105 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a341e832..58a1426c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Simple Icons Collaborators", "license": "CC0", "devDependencies": { - "jsonlint": "^1.6.2" + "jsonlint2": "^1.7.1" }, "scripts": { "jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"