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/monicahq/package.json | 2 +- recipes/monicahq/webview.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100755 recipes/monicahq/webview.js (limited to 'recipes/monicahq') diff --git a/recipes/monicahq/package.json b/recipes/monicahq/package.json index e3413bf..1da2efb 100755 --- a/recipes/monicahq/package.json +++ b/recipes/monicahq/package.json @@ -1,7 +1,7 @@ { "id": "monicahq", "name": "Monica HQ", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "repository": "https://github.com/jkbecker/recipe-monica", "config": { diff --git a/recipes/monicahq/webview.js b/recipes/monicahq/webview.js deleted file mode 100755 index cc40a46..0000000 --- a/recipes/monicahq/webview.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {}; -- cgit v1.2.3-54-g00ecf