From 27e6be6588c627c68256675b521f754b8b8714ac Mon Sep 17 00:00:00 2001 From: Pablo Costantini Date: Mon, 3 Apr 2017 15:36:29 -0300 Subject: [PATCH] NPM package missing properties (bugs & repository) --- Node/blog-LUISActionBinding/core/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Node/blog-LUISActionBinding/core/package.json b/Node/blog-LUISActionBinding/core/package.json index 2425b67d7e..c5b80bdfe4 100644 --- a/Node/blog-LUISActionBinding/core/package.json +++ b/Node/blog-LUISActionBinding/core/package.json @@ -12,6 +12,13 @@ "botbuilder-luis", "luis-ai" ], + "bugs": { + "url": "https://github.com/Microsoft/BotBuilder-Samples/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/BotBuilder-Samples.git" + }, "dependencies": { "bluebird": "^3.5.0", "botbuilder": "^3.7.0",