Add github link to package.json

This commit is contained in:
Tristan Edwards 2022-12-20 08:38:21 +00:00
parent 2481d20e41
commit 21cd465a64

View File

@ -19,6 +19,10 @@
"start": "dts watch",
"test": "dts test --passWithNoTests"
},
"repository": {
"type": "git",
"url": "https://github.com/nostrgg/nostrgg-react"
},
"husky": {
"hooks": {
"pre-commit": "dts lint"