[CORL-822] Safari Fix (#2760)

* fix: forced version

* fix: removed cookie code

* chore: version bump
This commit is contained in:
Wyatt Johnson
2019-12-19 14:14:59 -05:00
committed by Kim Gardner
parent 637605a002
commit 64800ffaee
3 changed files with 3 additions and 30 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "4.11.3",
"version": "4.11.4",
"description": "A better commenting experience from Vox Media.",
"main": "app.js",
"private": true,
@@ -251,6 +251,6 @@
"yaml-lint": "^1.0.0"
},
"engines": {
"node": ">=8"
"node": "~8"
}
}