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