ci(package.json): add repository

This commit is contained in:
FairyEver
2020-04-18 22:01:52 +08:00
parent d13b090c4f
commit b1ba2c641b

View File

@@ -82,5 +82,9 @@
"commitizen": { "commitizen": {
"path": "./node_modules/cz-conventional-changelog" "path": "./node_modules/cz-conventional-changelog"
} }
},
"repository": {
"type": "git",
"url": "https://github.com/d2-projects/d2-admin.git"
} }
} }