From 9eb9207348921a0708f7984841a19a2de27bcbdd Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 21 Jan 2016 05:41:39 -0500 Subject: [PATCH] Mention string.prototype.endswith dependency. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c249726..0ff221d 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "simple-html-tokenizer": "^0.2.0", "slash": "^1.0.0", "string-padding": "^1.0.2", + "string.prototype.endswith": "^0.2.0", "string.prototype.startswith": "^0.2.0", "traverse": "^0.6.6", "underscore": "^1.8.3",