mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Add "jsonhint" dependency
This commit is contained in:
parent
78d038ab42
commit
b566627804
4
.gitignore
vendored
4
.gitignore
vendored
@ -37,3 +37,7 @@ Temporary Items
|
|||||||
*.css.map
|
*.css.map
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/sass,macos,jekyll
|
# End of https://www.gitignore.io/api/sass,macos,jekyll
|
||||||
|
|
||||||
|
|
||||||
|
# NPM dependencies
|
||||||
|
node_modules/
|
||||||
|
@ -10,5 +10,8 @@
|
|||||||
"main": "_data/simple-icons.json",
|
"main": "_data/simple-icons.json",
|
||||||
"repository": "git@github.com:danleech/simple-icons.git",
|
"repository": "git@github.com:danleech/simple-icons.git",
|
||||||
"author": "Dan Leech",
|
"author": "Dan Leech",
|
||||||
"license": "CCO"
|
"license": "CCO",
|
||||||
|
"devDependencies": {
|
||||||
|
"jsonlint": "^1.6.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user