From 08a3af53ffe9a0fcb15102088f7407120bd5a397 Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Wed, 18 Sep 2013 18:03:28 -0400 Subject: [PATCH] Update underscore.string dependency to follow semver. Closes gh-886. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eec8ea07..bbba3a0eb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "nopt": "~1.0.10", "rimraf": "~2.0.2", "lodash": "~0.9.0", - "underscore.string": "~2.2.0rc", + "underscore.string": "~2.2.0-rc", "which": "~1.0.5", "js-yaml": "~2.0.2" },