Skip to content

Commit

Permalink
[dist] Version bump. 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jul 8, 2011
1 parent 8620e6b commit b6adab2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "nconf",
"description": "A hybrid local / remote configuration storage library for node.js.",
"version": "0.1.14",
"version": "0.2.0",
"author": "Charlie Robbins <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/indexzero/nconf.git"
},
"keywords": ["configuration", "key value store", "redis"],
"keywords": ["configuration", "key value store", "plugabble"],
"dependencies": {
"async": "0.1.x",
"pkginfo": "0.2.x",
"redis": "0.6.x"
"pkginfo": "0.2.x"
},
"main": "./lib/nconf",
"scripts": { "test": "vows test/*-test.js --spec" },
Expand Down

0 comments on commit b6adab2

Please sign in to comment.