From be4c5abcae4ef3d49bec8dba632381989af05311 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 3 Dec 2021 18:30:57 +0530 Subject: fix: extending #782 - remove dummy 'webview.js' files. --- recipes/cliq/package.json | 2 +- recipes/cliq/webview.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 recipes/cliq/webview.js (limited to 'recipes/cliq') diff --git a/recipes/cliq/package.json b/recipes/cliq/package.json index 95c07af..e542955 100644 --- a/recipes/cliq/package.json +++ b/recipes/cliq/package.json @@ -1,7 +1,7 @@ { "id": "cliq", "name": "Cliq", - "version": "1.1.1", + "version": "1.1.2", "repository": "https://github.com/cliqgeek/recipe-cliq", "config": { "serviceURL": "https://www.zoho.com/cliq/login.html", diff --git a/recipes/cliq/webview.js b/recipes/cliq/webview.js deleted file mode 100644 index 23607bd..0000000 --- a/recipes/cliq/webview.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = Ferdi => Ferdi; -- cgit v1.2.3-54-g00ecf