aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json4
-rw-r--r--archives/github_entreprise.tar.gzbin16597 -> 16597 bytes
-rw-r--r--uncompressed/github_entreprise/README.md2
-rw-r--r--uncompressed/github_entreprise/index.js2
-rw-r--r--uncompressed/github_entreprise/package.json6
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 @@
201 "author": "Antoine Aumjaud", 201 "author": "Antoine Aumjaud",
202 "featured": false, 202 "featured": false,
203 "id": "github_entreprise", 203 "id": "github_entreprise",
204 "name": "GitHub Entreprise", 204 "name": "GitHub Enterprise",
205 "version": "1.0.0", 205 "version": "1.0.1",
206 "icons": { 206 "icons": {
207 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/github_entreprise/icon.png", 207 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/github_entreprise/icon.png",
208 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/github_entreprise/icon.svg" 208 "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..7b314c6 100644
--- a/archives/github_entreprise.tar.gz
+++ b/archives/github_entreprise.tar.gz
Binary files 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 @@
1# GitHub Entreprise Franz Plugin 1# GitHub Enterprise Franz Plugin
2 2
3Follow instructions [here](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) for installation of this plugin. 3Follow instructions [here](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) for installation of this plugin.
4 4
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 @@
1"use strict"; 1"use strict";
2 2
3module.exports = Franz => class GitHubEntreprise extends Franz { 3module.exports = Franz => class GitHubEnterprise extends Franz {
4 async validateUrl(url) { 4 async validateUrl(url) {
5 try { 5 try {
6 const resp = await window.fetch(`${url}/api/v3`, { 6 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 @@
1{ 1{
2 "id": "github_entreprise", 2 "id": "github_entreprise",
3 "name": "GitHub Entreprise", 3 "name": "GitHub Enterprise",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "GitHub Entreprise", 5 "description": "GitHub Enterprise",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Antoine Aumjaud", 7 "author": "Antoine Aumjaud",
8 "license": "MIT", 8 "license": "MIT",