client/build: add helper library for calculating the viewport height more accurately on iOS

This commit is contained in:
Michael Serajnik 2018-04-05 19:40:53 +02:00
parent 2a69f0193f
commit 043fdf7966
2 changed files with 6 additions and 0 deletions

View file

@ -1482,6 +1482,11 @@
"loose-envify": "1.3.1"
}
},
"ios-inner-height": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/ios-inner-height/-/ios-inner-height-1.0.3.tgz",
"integrity": "sha512-GayJWoFxYHDx/gkfz4nIxNdsqB3nAJQHKV5pDBvig6he8+NxBSYxN+D7oarbqZfW2p6uera3q9NDr4Jgdafiog=="
},
"is-buffer": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz",

View file

@ -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",