chore: add repository link [skip ci]

This commit is contained in:
Starcea 2024-06-28 00:12:48 +09:00
commit 1a80591af6
No known key found for this signature in database
GPG key ID: B7A77E32374911E1

View file

@ -4,6 +4,10 @@
"description": "A Comcigan parser written in TypeScript", "description": "A Comcigan parser written in TypeScript",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/star0202/comcigan.ts"
},
"scripts": { "scripts": {
"build": "rimraf dist && tsc", "build": "rimraf dist && tsc",
"lint": "eslint src --ignore-path .gitignore" "lint": "eslint src --ignore-path .gitignore"