chore: add repository information to package.json
All checks were successful
Publish to npm / publish (push) Successful in 33s

This commit is contained in:
Astrian Zheng 2025-02-21 17:53:57 +11:00
parent a8abac8f49
commit aa7dc297af
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -40,5 +40,15 @@
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/Astrian/datenel-react"
},
"additionalRepositories": [
{
"type": "git",
"url": "https://git.nas.astrian.moe/Astrian/datenel-react"
}
]
}