Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
add startswith and endswith packages again
Browse files Browse the repository at this point in the history
-
they were removed in #9732 but there is still some code that depends on it
Auditors: @bsclifton, @luixxiul
  • Loading branch information
cezaraugusto committed Jul 28, 2017
1 parent 18acc2a commit 713c558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

4 comments on commit 713c558

@luixxiul
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if there are webdriver tests that detects the failure.

@NejcZdovc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cezaraugusto don't forget to merge this into 0.20.x branch as well

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cezaraugusto @NejcZdovc I just cherry-picked into 0.20.x 👍

Please sign in to comment.