From 78245c206fddcca91f0a2345dd026e46d2bd5f55 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 14 Mar 2010 10:11:42 -0700 Subject: [PATCH] adding a version number to package.json -- the format has changed --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2cbc8128d..91eb4bab9 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "url" : "http://documentcloud.github.com/underscore/", "keywords" : ["util", "functional", "server", "client", "browser"], "author" : "Jeremy Ashkenas ", - "maintainer" : "Kris Kowal ", "contributors" : [], "dependencies" : [], - "lib" : "." + "lib" : ".", + "version" : "0.6.0" }