diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-31 16:16:41 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-31 16:18:52 +0100 |
commit | e61ee56031aa0788f9a40ec245d3c391d219d6c2 (patch) | |
tree | b8fce3d2f4f60372f4e1007eb544d9fa26c11f44 /package.json | |
parent | 5feef9f7a4e6852415feb388190b7ca141f116d1 (diff) | |
download | wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.gz wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.zst wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.zip |
Added QRCode and link to configure android application
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
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 | } |