diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 <trygvis@inamo.no>", "dependencies": { - "underscore": "latest" + "underscore": "~1.3.3" }, "devDependencies": { "mocha": "1.0.3" |