From 8d041e9ab9ecfc67e71407d90c002955a65c1343 Mon Sep 17 00:00:00 2001 From: Sampath Kumar Krishnan Date: Tue, 14 Apr 2020 23:44:37 +0530 Subject: fix: Fix typo in name of GitHub Enterprise service - Change name of service from GitHub Entreprise to GitHub Enterprise - Bump version number to 1.0.1 - Fix typo in class name of index.js - Update README.md --- all.json | 4 ++-- archives/github_entreprise.tar.gz | Bin 16597 -> 16527 bytes uncompressed/github_entreprise/README.md | 2 +- uncompressed/github_entreprise/index.js | 2 +- uncompressed/github_entreprise/package.json | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/all.json b/all.json index f2d169b..206a138 100644 --- a/all.json +++ b/all.json @@ -201,8 +201,8 @@ "author": "Antoine Aumjaud", "featured": false, "id": "github_entreprise", - "name": "GitHub Entreprise", - "version": "1.0.0", + "name": "GitHub Enterprise", + "version": "1.0.1", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/github_entreprise/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/github_entreprise/icon.svg" diff --git a/archives/github_entreprise.tar.gz b/archives/github_entreprise.tar.gz index 0544593..f54405f 100644 Binary files a/archives/github_entreprise.tar.gz and b/archives/github_entreprise.tar.gz differ diff --git a/uncompressed/github_entreprise/README.md b/uncompressed/github_entreprise/README.md index 101de69..070d97a 100644 --- a/uncompressed/github_entreprise/README.md +++ b/uncompressed/github_entreprise/README.md @@ -1,4 +1,4 @@ -# GitHub Entreprise Franz Plugin +# GitHub Enterprise Franz Plugin Follow instructions [here](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) for installation of this plugin. diff --git a/uncompressed/github_entreprise/index.js b/uncompressed/github_entreprise/index.js index 76901cb..f15e5cb 100644 --- a/uncompressed/github_entreprise/index.js +++ b/uncompressed/github_entreprise/index.js @@ -1,6 +1,6 @@ "use strict"; -module.exports = Franz => class GitHubEntreprise extends Franz { +module.exports = Franz => class GitHubEnterprise extends Franz { async validateUrl(url) { try { const resp = await window.fetch(`${url}/api/v3`, { diff --git a/uncompressed/github_entreprise/package.json b/uncompressed/github_entreprise/package.json index 245d655..e979c82 100644 --- a/uncompressed/github_entreprise/package.json +++ b/uncompressed/github_entreprise/package.json @@ -1,8 +1,8 @@ { "id": "github_entreprise", - "name": "GitHub Entreprise", - "version": "1.0.0", - "description": "GitHub Entreprise", + "name": "GitHub Enterprise", + "version": "1.0.1", + "description": "GitHub Enterprise", "main": "index.js", "author": "Antoine Aumjaud", "license": "MIT", -- cgit v1.2.3-70-g09d2 From fc6db463130fa8c807187bd5617aec9ccc289f34 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 15 Apr 2020 08:40:07 +0200 Subject: Repackage GitHub Enterprise package --- archives/github_entreprise.tar.gz | Bin 16527 -> 16597 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/archives/github_entreprise.tar.gz b/archives/github_entreprise.tar.gz index f54405f..7b314c6 100644 Binary files a/archives/github_entreprise.tar.gz and b/archives/github_entreprise.tar.gz differ -- cgit v1.2.3-70-g09d2