Add "jsonhint" dependency

This commit is contained in:
Eric Cornelissen 2017-09-11 21:53:21 +02:00
parent 78d038ab42
commit b566627804
2 changed files with 8 additions and 1 deletions

4
.gitignore vendored
View file

@ -37,3 +37,7 @@ Temporary Items
*.css.map
# End of https://www.gitignore.io/api/sass,macos,jekyll
# NPM dependencies
node_modules/

View file

@ -10,5 +10,8 @@
"main": "_data/simple-icons.json",
"repository": "git@github.com:danleech/simple-icons.git",
"author": "Dan Leech",
"license": "CCO"
"license": "CCO",
"devDependencies": {
"jsonlint": "^1.6.2"
}
}