-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
also rm upper limit on deps & make const VERSION match
- Loading branch information
Isao Yagi
committed
Sep 11, 2012
1 parent
9d23cd3
commit c49a3f4
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "ycb", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "YCB is a multi-dimensional configuration library that builds bundles from resource files describing a variety of values.", | ||
"author": "Ric Allinson <[email protected]>", | ||
"contributors": [ | ||
"Drew Folta <[email protected]>", | ||
"Michael Ridgway <[email protected]>" | ||
], | ||
"dependencies": { | ||
"yui": "~3.5.1" | ||
"yui": ">3.5" | ||
}, | ||
"main": "index", | ||
"scripts": { | ||
"test": "node tests/unit" | ||
}, | ||
"engines": { | ||
"node": ">= 0.4.0 < 0.7.0", | ||
"npm": ">= 1.0.0" | ||
"node": ">0.4", | ||
"npm": ">1.0" | ||
}, | ||
"devDependencies": {}, | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters