aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkamtschatka <simon.schatka@gmx.at>2024-08-18 20:52:51 +0200
committerGitHub <noreply@github.com>2024-08-18 21:52:51 +0300
commit0710147ab1a3274b517acefffdaa17ece7cdd744 (patch)
tree127ecb3521e4df8a2ee849dc9a466a8c8857e3e1 /package.json
parentc7f9febf04541ac9b68a4cb6cb48251e41b51d05 (diff)
downloadkarakeep-0710147ab1a3274b517acefffdaa17ece7cdd744.tar.zst
[extension] Add context menu item in the browser extension. Fixes #155 (#278)
* Add context menu item in the browser extension #155 Added a context menu entry to add links directly to hoarder * Formalize protocol between extension and service worker, add support for text/images beside links * fix build --------- Co-authored-by: MohamedBassem <me@mbassem.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cd1b1906..cdf3ffc1 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"husky": "^9.0.11",
"install": "^0.13.0",
- "prettier": "3.2.5",
+ "prettier": "^3.2.5",
"turbo": "^2.0.9"
},
"prettier": "@hoarder/prettier-config",