aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/snapdrop
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/snapdrop')
-rw-r--r--recipes/snapdrop/package.json2
-rw-r--r--recipes/snapdrop/webview.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/snapdrop/package.json b/recipes/snapdrop/package.json
index 3bb7772..041b497 100644
--- a/recipes/snapdrop/package.json
+++ b/recipes/snapdrop/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "snapdrop", 2 "id": "snapdrop",
3 "name": "Snapdrop", 3 "name": "Snapdrop",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "http://snapdrop.net/", 7 "serviceURL": "http://snapdrop.net/",
diff --git a/recipes/snapdrop/webview.js b/recipes/snapdrop/webview.js
deleted file mode 100644
index 23607bd..0000000
--- a/recipes/snapdrop/webview.js
+++ /dev/null
@@ -1 +0,0 @@
1module.exports = Ferdi => Ferdi;