diff --git a/package.json b/package.json index 6e03b13..ba44c15 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", "version": "2.7.5", + "repository": { + "type": "git", + "url": "git://github.com/stolksdorf/homebrewery.git" + }, "scripts": { "dev": "node scripts/dev.js", "quick": "node scripts/quick.js",