mirror of
				https://github.com/theoludwig/html-w3c-validator.git
				synced 2025-05-21 23:21:29 +02:00 
			
		
		
		
	fix: wrong husky config
This commit is contained in:
		| @@ -47,7 +47,9 @@ | ||||
|     "lint:staged": "lint-staged", | ||||
|     "test": "node --enable-source-maps --test", | ||||
|     "release": "semantic-release", | ||||
|     "postinstall": "husky" | ||||
|     "postinstall": "husky", | ||||
|     "prepublishOnly": "pinst --disable", | ||||
|     "postpublish": "pinst --enable" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "chalk": "5.3.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user