aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/monicahq
diff options
context:
space:
mode:
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 = () => {};