Merge pull request #456 from snabbdom/package-json-husky-indent

style: fix package.json husky field indent
pull/452/head
Shahar Dawn Or 6 years ago committed by GitHub
commit e77ecfc892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,8 +59,8 @@
},
"homepage": "https://github.com/paldepind/snabbdom#readme",
"husky": {
"hooks": {
"pre-commit": "npm test"
}
"hooks": {
"pre-commit": "npm test"
}
}
}

Loading…
Cancel
Save