summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-03 10:47:06 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-03 10:47:06 +0200
commit50f66cc93167fe45894c4bc9f3908190d5bd2821 (patch)
tree9e700312b599032f07c65146de97222ec07c8abe
parente925f5623c8f3c60b4fee704f93538c24964a6a7 (diff)
downloadcollection_json.js-50f66cc93167fe45894c4bc9f3908190d5bd2821.tar.gz
collection_json.js-50f66cc93167fe45894c4bc9f3908190d5bd2821.tar.bz2
collection_json.js-50f66cc93167fe45894c4bc9f3908190d5bd2821.tar.xz
collection_json.js-50f66cc93167fe45894c4bc9f3908190d5bd2821.zip
o Using a specific version of underscore.
-rw-r--r--package.json2
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"