aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-03 14:55:24 +0100
committerGitHub <noreply@github.com>2016-11-03 14:55:24 +0100
commit816c0940d142f8ec69bdd3f302c9751033cce7e2 (patch)
tree27390401e4c6cbd56295ba913c2597f3618ad962 /package.json
parent5feef9f7a4e6852415feb388190b7ca141f116d1 (diff)
parent32508ef07aeb43966694ae360eeaeff8325e2a4d (diff)
downloadwallabag-816c0940d142f8ec69bdd3f302c9751033cce7e2.tar.gz
wallabag-816c0940d142f8ec69bdd3f302c9751033cce7e2.tar.zst
wallabag-816c0940d142f8ec69bdd3f302c9751033cce7e2.zip
Merge pull request #2523 from wallabag/qrcode-android-app
Added QRCode and link to configure android application
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 20afb425..e8cf58e5 100644
--- a/package.json
+++ b/package.json
@@ -99,5 +99,8 @@
99 "stylelint": "^7.3.1", 99 "stylelint": "^7.3.1",
100 "stylelint-config-standard": "^13.0.2", 100 "stylelint-config-standard": "^13.0.2",
101 "through": "^2.3.8" 101 "through": "^2.3.8"
102 },
103 "dependencies": {
104 "jr-qrcode": "^1.0.5"
102 } 105 }
103} 106}