mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-20 16:05:47 +03:00
Replace rimraf
with del-cli
(#9792)
Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com>
This commit is contained in:
parent
31a5095975
commit
361702ae9f
@ -86,6 +86,7 @@
|
||||
"devDependencies": {
|
||||
"@inquirer/prompts": "3.2.0",
|
||||
"chalk": "5.3.0",
|
||||
"del-cli": "5.1.0",
|
||||
"editorconfig-checker": "5.1.1",
|
||||
"esbuild": "0.19.4",
|
||||
"fake-diff": "1.0.0",
|
||||
@ -98,7 +99,6 @@
|
||||
"named-html-entities-json": "1.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.0.3",
|
||||
"rimraf": "5.0.5",
|
||||
"svg-path-bbox": "1.2.4",
|
||||
"svg-path-segments": "1.0.0",
|
||||
"svglint": "2.4.0",
|
||||
@ -108,7 +108,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build/package.js",
|
||||
"clean": "rimraf index.js index.mjs index.d.ts sdk.js",
|
||||
"clean": "del-cli index.js index.mjs index.d.ts sdk.js",
|
||||
"format": "prettier --write .",
|
||||
"lint": "run-s our-lint jslint jsonlint svglint wslint",
|
||||
"our-lint": "node scripts/lint/ourlint.js",
|
||||
|
Loading…
Reference in New Issue
Block a user