aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slowly
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/slowly')
-rw-r--r--recipes/slowly/package.json2
-rw-r--r--recipes/slowly/webview.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/slowly/package.json b/recipes/slowly/package.json
index b1fb7ae..6424cc0 100644
--- a/recipes/slowly/package.json
+++ b/recipes/slowly/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "slowly", 2 "id": "slowly",
3 "name": "Slowly", 3 "name": "Slowly",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/BerakaStudio/franz-slowly", 6 "repository": "https://github.com/BerakaStudio/franz-slowly",
7 "config": { 7 "config": {
diff --git a/recipes/slowly/webview.js b/recipes/slowly/webview.js
deleted file mode 100644
index cc40a46..0000000
--- a/recipes/slowly/webview.js
+++ /dev/null
@@ -1 +0,0 @@
1module.exports = () => {};