Fixed a couple bugs in package.json. Works in Narwhal.

This commit is contained in:
kriskowal
2009-10-28 17:10:51 -07:00
parent 4a83fcdd26
commit 79c4c992d8

View File

@@ -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 <kris.kowal@cixar.com>",
"contributors": [],
"dependencies": [],
"lib", "."
"lib": "."
}