From fa35c57f91a512cc284a3ab878bd164cf4499eee Mon Sep 17 00:00:00 2001 From: Bradyn Glines Date: Wed, 7 Aug 2019 19:35:21 -0500 Subject: [PATCH] Added git repo to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e0dcae3..a225c26 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "build" : "tsc" }, "author": "Bradyn Glines", + "repository": { + "type": "git", + "url": "https://github.com/PokemonTCG/pokemon-tcg-sdk-typescript" + }, "contributors": [ "CptSpaceToaster", "Monbrey"