0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-25 17:08:11 +00:00

Use a library instead. Checks that the browser is compatible first.

This commit is contained in:
Trevor Buckner
2020-11-11 22:01:42 -05:00
parent 759d986188
commit 4182c79354
3 changed files with 23 additions and 9 deletions

8
package-lock.json generated
View File

@@ -3413,6 +3413,14 @@
}
}
},
"express-static-gzip": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/express-static-gzip/-/express-static-gzip-2.1.0.tgz",
"integrity": "sha512-XGozfjgsfVKBc8lQmPco9zd1+sK9Wy1ZPEAYtH8E34FbBr5BFp2HV+V1PpmIYHaWg8+ecLl/JnQkREbtPSJyxQ==",
"requires": {
"serve-static": "^1.14.1"
}
},
"extend": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",