From 58eec6587ff39165f50dab343a69f86a3dfc25af Mon Sep 17 00:00:00 2001 From: Ben Alman Date: Thu, 5 Apr 2012 20:34:50 -0400 Subject: [PATCH] Updating underscore.string dependency to ~2.1.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cca38d6b..5ff830500 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "semver": "~1.0.13", "uglify-js": "~1.0.7", "underscore": "~1.2.4", - "underscore.string": "~2.0.0", + "underscore.string": "~2.1.0", "temporary": "~0.0.2", "gzip-js": "~0.3.1" },