feat: add license and repository information to package.json
All checks were successful
Publish to npm / publish (push) Successful in 25s

This commit is contained in:
Astrian Zheng 2025-02-26 09:37:04 +11:00
parent 87b7d64d2f
commit d54b2f3d87
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -34,5 +34,10 @@
"files": [
"dist",
"dist_types"
]
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Astrian/datenel-vue3.git"
}
}