mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Update all dependencies (#1703)
* Update all dependencies
* Explicitly ignore .svg files with wslint
Continuing on https://github.com/simple-icons/simple-icons/pull/1682,
required because of an update to editorconfig-checker in
b14e46c462
This commit is contained in:
parent
dec6c791af
commit
f708ecd27a
2028
package-lock.json
generated
2028
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -18,8 +18,8 @@
|
||||
"author": "Simple Icons Collaborators",
|
||||
"license": "CC0-1.0",
|
||||
"devDependencies": {
|
||||
"editorconfig-checker": "2.0.8",
|
||||
"jest": "24.1.0",
|
||||
"editorconfig-checker": "3.0.3",
|
||||
"jest": "24.9.0",
|
||||
"jsonlint2": "1.7.1",
|
||||
"svglint": "1.0.5",
|
||||
"svgo": "1.3.0",
|
||||
@ -30,7 +30,7 @@
|
||||
"clean": "rm icons/*.js index.js",
|
||||
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
|
||||
"svglint": "svglint icons/* --ci",
|
||||
"wslint": "editorconfig-checker",
|
||||
"wslint": "editorconfig-checker -exclude *.svg",
|
||||
"prepublishOnly": "npm run build",
|
||||
"postpublish": "npm run clean",
|
||||
"test": "jest",
|
||||
|
Loading…
Reference in New Issue
Block a user