From 1a80591af6c6b4caa470205f2d46277fd2be5a8f Mon Sep 17 00:00:00 2001 From: Starcea Date: Fri, 28 Jun 2024 00:12:48 +0900 Subject: [PATCH] chore: add repository link [skip ci] --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 2748e66..ef9aab7 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "A Comcigan parser written in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", + "repository": { + "type": "git", + "url": "git+https://github.com/star0202/comcigan.ts" + }, "scripts": { "build": "rimraf dist && tsc", "lint": "eslint src --ignore-path .gitignore"