aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackexchange
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stackexchange')
-rw-r--r--recipes/stackexchange/package.json2
-rw-r--r--recipes/stackexchange/webview.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/stackexchange/package.json b/recipes/stackexchange/package.json
index d39d588..2663b10 100644
--- a/recipes/stackexchange/package.json
+++ b/recipes/stackexchange/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "stackexchange", 2 "id": "stackexchange",
3 "name": "StackExchange", 3 "name": "StackExchange",
4 "version": "1.1.1", 4 "version": "1.1.2",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://stackexchange.com/" 7 "serviceURL": "https://stackexchange.com/"
diff --git a/recipes/stackexchange/webview.js b/recipes/stackexchange/webview.js
deleted file mode 100644
index cc40a46..0000000
--- a/recipes/stackexchange/webview.js
+++ /dev/null
@@ -1 +0,0 @@
1module.exports = () => {};