aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-24 11:20:11 +0200
committerThomas Citharel <tcit@tcit.fr>2016-11-15 21:54:20 +0100
commit3cc78f06799b0c91957767e8d9255e67b30edd96 (patch)
tree88aca51a22f8c7ec9a2894b689732be571111e3a /package.json
parent644b340178136ef9465fdc3cf40f1de0f5f8c3d3 (diff)
downloadwallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.gz
wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.zst
wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.zip
Added shortcuts
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e8cf58e5..1c645950 100644
--- a/package.json
+++ b/package.json
@@ -101,6 +101,7 @@
101 "through": "^2.3.8" 101 "through": "^2.3.8"
102 }, 102 },
103 "dependencies": { 103 "dependencies": {
104 "jr-qrcode": "^1.0.5" 104 "jr-qrcode": "^1.0.5",
105 "mousetrap": "^1.6.0"
105 } 106 }
106} 107}