1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-26 01:00:27 +02:00

Replace jsonlint by jsonlint2

jsonlint2 is a fork of jsonlint that is still being updated. Relevant
discussion: https://github.com/zaach/jsonlint/pull/105
This commit is contained in:
Eric Cornelissen 2018-02-20 09:07:13 +01:00
parent 055503b046
commit 66e5f01b3e

View File

@ -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"