aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/monicahq
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 18:30:57 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 18:30:57 +0530
commitbe4c5abcae4ef3d49bec8dba632381989af05311 (patch)
tree0b639af042860536972a5681021dd90baa9e1340 /recipes/monicahq
parentchore: upgrade dependencies to latest (#782) (diff)
downloadferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.tar.gz
ferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.tar.zst
ferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.zip
fix: extending #782 - remove dummy 'webview.js' files.
Diffstat (limited to 'recipes/monicahq')
-rwxr-xr-xrecipes/monicahq/package.json2
-rwxr-xr-xrecipes/monicahq/webview.js1
2 files changed, 1 insertions, 2 deletions
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 @@
1{ 1{
2 "id": "monicahq", 2 "id": "monicahq",
3 "name": "Monica HQ", 3 "name": "Monica HQ",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/jkbecker/recipe-monica", 6 "repository": "https://github.com/jkbecker/recipe-monica",
7 "config": { 7 "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 @@
1module.exports = () => {};