1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

1 Commits

Author SHA1 Message Date
67b70feb15 fix: wrong husky config 2024-02-02 17:10:44 +01:00

View File

@ -47,7 +47,9 @@
"lint:staged": "lint-staged", "lint:staged": "lint-staged",
"test": "node --enable-source-maps --test", "test": "node --enable-source-maps --test",
"release": "semantic-release", "release": "semantic-release",
"postinstall": "husky" "postinstall": "husky",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
}, },
"dependencies": { "dependencies": {
"chalk": "5.3.0", "chalk": "5.3.0",