From 79c4c992d86eb8bac5f2dd1477ce4daf67e04c38 Mon Sep 17 00:00:00 2001 From: kriskowal Date: Wed, 28 Oct 2009 17:10:51 -0700 Subject: [PATCH] Fixed a couple bugs in package.json. Works in Narwhal. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f55aaa87..3e7ce81f3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ -// ServerJS package specification. { + "!": "This is a Narwhal package descriptor.", "name": "underscore", "description": "Functional programming aid for Javascript. Works well with jQuery.", "url": "http://documentcloud.github.com/underscore/", @@ -8,5 +8,5 @@ "maintainer": "Kris Kowal ", "contributors": [], "dependencies": [], - "lib", "." + "lib": "." }