From 50f66cc93167fe45894c4bc9f3908190d5bd2821 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 3 Jul 2012 10:47:06 +0200 Subject: o Using a specific version of underscore. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f14b77c..c4cccba 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "application/vnd.collection+json Utility library", "author": "Trygve Laugstøl ", "dependencies": { - "underscore": "latest" + "underscore": "~1.3.3" }, "devDependencies": { "mocha": "1.0.3" -- cgit v1.2.3