From 713c558847ee02c80187293a36662d67f2a7cbd2 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 27 Jul 2017 22:34:38 -0300 Subject: [PATCH] add startswith and endswith packages again - they were removed in #9732 but there is still some code that depends on it Auditors: @bsclifton, @luixxiul --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 9b88391396a..568a3a88775 100644 --- a/package.json +++ b/package.json @@ -118,6 +118,8 @@ "react-dnd": "^2.1.4", "react-dnd-html5-backend": "^2.1.2", "react-dom": "^15.5.4", + "string.prototype.endswith": "^0.2.0", + "string.prototype.startswith": "^0.2.0", "tablesort": "5.0.0", "tldjs": "1.6.2", "tracking-protection": "1.1.x",