aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rocketchat
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/rocketchat')
-rw-r--r--recipes/rocketchat/index.js2
-rw-r--r--recipes/rocketchat/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rocketchat/index.js b/recipes/rocketchat/index.js
index 499053a..062b5ec 100644
--- a/recipes/rocketchat/index.js
+++ b/recipes/rocketchat/index.js
@@ -1,4 +1,4 @@
1module.exports = Franz => class RocketChat extends Franz { 1module.exports = Ferdi => class RocketChat extends Ferdi {
2 async validateUrl(url) { 2 async validateUrl(url) {
3 try { 3 try {
4 const resp = await window.fetch(url, { 4 const resp = await window.fetch(url, {
diff --git a/recipes/rocketchat/package.json b/recipes/rocketchat/package.json
index 5b10c93..f4dedcf 100644
--- a/recipes/rocketchat/package.json
+++ b/recipes/rocketchat/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "rocketchat", 2 "id": "rocketchat",
3 "name": "Rocket.Chat", 3 "name": "Rocket.Chat",
4 "version": "1.0.11", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.rocket.chat", 7 "serviceURL": "https://{teamId}.rocket.chat",