From 0a3387f19918bc1012ad2ee3db7bc6771caa9624 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 20 Sep 2021 14:49:55 +0530 Subject: fix: Remove extra validation for serviceUrl for github since the url doesn't seem to be valid any more. --- recipes/github/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/github/package.json') diff --git a/recipes/github/package.json b/recipes/github/package.json index 0f9bb51..5a35240 100644 --- a/recipes/github/package.json +++ b/recipes/github/package.json @@ -1,11 +1,11 @@ { "id": "github", "name": "GitHub", - "version": "2.2.1", + "version": "2.3.0", "license": "MIT", "config": { "serviceURL": "https://github.com/notifications", - "hasCustomUrl": true, + "hasHostedOption": true, "hasIndirectMessages": true } } -- cgit v1.2.3-70-g09d2