adding a version number to package.json -- the format has changed

This commit is contained in:
Jeremy Ashkenas
2010-03-14 10:11:42 -07:00
parent d69c5ae83b
commit 78245c206f

View File

@@ -4,8 +4,8 @@
"url" : "http://documentcloud.github.com/underscore/",
"keywords" : ["util", "functional", "server", "client", "browser"],
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
"maintainer" : "Kris Kowal <kris.kowal@cixar.com>",
"contributors" : [],
"dependencies" : [],
"lib" : "."
"lib" : ".",
"version" : "0.6.0"
}