mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-10-31 02:25:59 +03:00 
			
		
		
		
	Drop npm-run-all dependency (#10651)
* Drop npm-run-all dependency * Rename our-lint script to ourlint
This commit is contained in:
		
							parent
							
								
									4cd4603432
								
							
						
					
					
						commit
						599e5d84dd
					
				| @ -322,7 +322,7 @@ Here is the object of a fictional brand as an example: | |||||||
| 
 | 
 | ||||||
| You can use `npm run add-icon-data` to add metadata via a CLI prompt. | You can use `npm run add-icon-data` to add metadata via a CLI prompt. | ||||||
| 
 | 
 | ||||||
| Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run our-lint` - this will tell you if any of the JSON data is in the wrong order. | Make sure the icon is added in alphabetical order. If you're in doubt, you can always run `npm run ourlint` - this will tell you if any of the JSON data is in the wrong order. | ||||||
| 
 | 
 | ||||||
| #### Optional Data | #### Optional Data | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -99,7 +99,6 @@ | |||||||
|     "markdown-link-check": "3.11.2", |     "markdown-link-check": "3.11.2", | ||||||
|     "mocha": "10.2.0", |     "mocha": "10.2.0", | ||||||
|     "named-html-entities-json": "1.0.0", |     "named-html-entities-json": "1.0.0", | ||||||
|     "npm-run-all": "4.1.5", |  | ||||||
|     "prettier": "3.0.3", |     "prettier": "3.0.3", | ||||||
|     "svg-path-bbox": "1.2.5", |     "svg-path-bbox": "1.2.5", | ||||||
|     "svg-path-segments": "1.0.0", |     "svg-path-segments": "1.0.0", | ||||||
| @ -112,8 +111,8 @@ | |||||||
|     "build": "node scripts/build/package.js", |     "build": "node scripts/build/package.js", | ||||||
|     "clean": "del-cli index.js index.mjs index.d.ts sdk.js", |     "clean": "del-cli index.js index.mjs index.d.ts sdk.js", | ||||||
|     "format": "prettier --cache --write .", |     "format": "prettier --cache --write .", | ||||||
|     "lint": "run-s our-lint jslint jsonlint svglint wslint", |     "lint": "npm run ourlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint", | ||||||
|     "our-lint": "node scripts/lint/ourlint.js", |     "ourlint": "node scripts/lint/ourlint.js", | ||||||
|     "jslint": "prettier --cache --check .", |     "jslint": "prettier --cache --check .", | ||||||
|     "jsonlint": "node scripts/lint/jsonlint.js", |     "jsonlint": "node scripts/lint/jsonlint.js", | ||||||
|     "svglint": "svglint --ci $npm_config_icons", |     "svglint": "svglint --ci $npm_config_icons", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user