mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Fixed a couple bugs in package.json. Works in Narwhal.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// ServerJS package specification.
|
|
||||||
{
|
{
|
||||||
|
"!": "This is a Narwhal package descriptor.",
|
||||||
"name": "underscore",
|
"name": "underscore",
|
||||||
"description": "Functional programming aid for Javascript. Works well with jQuery.",
|
"description": "Functional programming aid for Javascript. Works well with jQuery.",
|
||||||
"url": "http://documentcloud.github.com/underscore/",
|
"url": "http://documentcloud.github.com/underscore/",
|
||||||
@@ -8,5 +8,5 @@
|
|||||||
"maintainer": "Kris Kowal <kris.kowal@cixar.com>",
|
"maintainer": "Kris Kowal <kris.kowal@cixar.com>",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"lib", "."
|
"lib": "."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user