mirror of
				https://github.com/Mibew/simple-icons.git
				synced 2025-11-04 12:25:08 +03:00 
			
		
		
		
	* Update editorconfig-checker dependency At least v2.0.7 [1] is required to check that a file does not contain a final newline. -- 1. https://github.com/editorconfig-checker/editorconfig-checker.javascript/releases/tag/2.0.7 * Add *.svg to editorconfig and enable checking in editorconfig-checker * Remove final newline from existing SVG files ... to fix the `$ npm run wslint` command
		
			
				
	
	
		
			37 lines
		
	
	
		
			1010 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1010 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "simple-icons",
 | 
						|
  "version": "1.9.25",
 | 
						|
  "description": "SVG icons for popular brands https://simpleicons.org",
 | 
						|
  "homepage": "https://www.simpleicons.org",
 | 
						|
  "keywords": [
 | 
						|
    "svg",
 | 
						|
    "icons"
 | 
						|
  ],
 | 
						|
  "main": "index.js",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/simple-icons/simple-icons/issues"
 | 
						|
  },
 | 
						|
  "author": "Simple Icons Collaborators",
 | 
						|
  "license": "CC0-1.0",
 | 
						|
  "devDependencies": {
 | 
						|
    "editorconfig-checker": "^2.0.8",
 | 
						|
    "jest": "^24.1.0",
 | 
						|
    "jsonlint2": "^1.7.1",
 | 
						|
    "svglint": "^1.0.4"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
 | 
						|
    "svglint": "svglint icons/* --ci",
 | 
						|
    "wslint": "editorconfig-checker --ignore",
 | 
						|
    "prepublishOnly": "node scripts/prepublish.js",
 | 
						|
    "postpublish": "rm icons/*.js index.js",
 | 
						|
    "test": "jest",
 | 
						|
    "pretest": "npm run prepublishOnly",
 | 
						|
    "posttest": "npm run postpublish"
 | 
						|
  }
 | 
						|
}
 |