diff options
| author | Michael Serajnik <ms@mserajnik.at> | 2018-04-05 19:40:53 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2018-05-01 22:26:17 +0200 |
| commit | d39439d549a003880933d730f80c56eaf2cf20fa (patch) | |
| tree | e84388daa79e140179fbd456e7c2deeebfce9fa5 /client/package.json | |
| parent | 2a69f0193f9e5aa451e0dbcb8c89070f3e49ffa5 (diff) | |
client/posts: fix viewport height calculation on iOS
Diffstat (limited to 'client/package.json')
| -rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index c482147..e7fac03 100644 --- a/client/package.json +++ b/client/package.json @@ -16,6 +16,7 @@ "font-awesome": "^4.6.1", "glob": "^7.1.2", "html-minifier": "^1.3.1", + "ios-inner-height": "^1.0.3", "js-cookie": "^2.2.0", "js-yaml": "^3.10.0", "marked": "^0.3.9", |