aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-07-09 13:22:50 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-07-09 13:46:02 +0200
commit66fa0c26ab74467645e2cc63a4f48ef82e3f5748 (patch)
tree04d918dbb95181f6a26c1e32cd2086b678c2cc67 /package.json
parentff8fe22f2e00f91c08efb161e4de52bc4b401880 (diff)
downloadwallabag-66fa0c26ab74467645e2cc63a4f48ef82e3f5748.tar.gz
wallabag-66fa0c26ab74467645e2cc63a4f48ef82e3f5748.tar.zst
wallabag-66fa0c26ab74467645e2cc63a4f48ef82e3f5748.zip
Copy client info to clipboard
From the listing page and the create summary page, you can now copy client info to the clipboard using dedicated buttons.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ac894e79..61f44714 100644
--- a/package.json
+++ b/package.json
@@ -64,6 +64,7 @@
64 }, 64 },
65 "dependencies": { 65 "dependencies": {
66 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", 66 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
67 "clipboard": "^2.0.4",
67 "hammerjs": "^2.0.8", 68 "hammerjs": "^2.0.8",
68 "highlight.js": "^9.12.0", 69 "highlight.js": "^9.12.0",
69 "icomoon-free-npm": "^0.0.0", 70 "icomoon-free-npm": "^0.0.0",