From 39b73376c6b0ae13f1ecdeba01b1c3b84b9ea56b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 28 Oct 2015 10:58:53 -0600 Subject: [PATCH] * Add repository info to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5fc56d2f..3254e763 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", + "repository" : { + "type" : "git", + "url" : "https://github.com/NuSkooler/enigma-bbs.git" + }, "keywords": [ "bbs", "telnet"