aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/github_entreprise
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/github_entreprise')
-rw-r--r--recipes/github_entreprise/index.js2
-rw-r--r--recipes/github_entreprise/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/github_entreprise/index.js b/recipes/github_entreprise/index.js
index 2ffc5ee..f45d240 100644
--- a/recipes/github_entreprise/index.js
+++ b/recipes/github_entreprise/index.js
@@ -1,4 +1,4 @@
1module.exports = Franz => class GitHubEnterprise extends Franz { 1module.exports = Ferdi => class GitHubEnterprise extends Ferdi {
2 async validateUrl(url) { 2 async validateUrl(url) {
3 try { 3 try {
4 const resp = await window.fetch(`${url}/api/v3`, { 4 const resp = await window.fetch(`${url}/api/v3`, {
diff --git a/recipes/github_entreprise/package.json b/recipes/github_entreprise/package.json
index bc06465..e40d6d3 100644
--- a/recipes/github_entreprise/package.json
+++ b/recipes/github_entreprise/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "github_entreprise", 2 "id": "github_entreprise",
3 "name": "GitHub Enterprise", 3 "name": "GitHub Enterprise",
4 "version": "1.0.3", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://github.mycompany.com/", 7 "serviceURL": "https://github.mycompany.com/",