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"