From e1576aabfffc9e02ebab052009f8e53ea063ea18 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sat, 12 May 2018 16:15:07 -0300 Subject: [PATCH] Updated package.json to include git repository and homepage. --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 60e9252..cb13834 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { "name": "botlib", - "version": "0.0.20", + "version": "0.0.21", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "contributors": [ "Rodrigo Rodriguez " ], + "homepage": "http://www.generalbot.com", + "repository" : + { "type" : "git" + , "url" : "https://github.com/pragmatismo-io/BotLib" + }, "license": "AGPL-3.0", "dependencies": { "@types/azure": "^0.9.19",