From a4f00be991fbda4034a18ef68ec8a319dd4d8262 Mon Sep 17 00:00:00 2001 From: indexzero Date: Tue, 24 May 2011 23:45:57 -0600 Subject: [PATCH] [dist] Update package.json and .gitignore --- .gitignore | 4 +++- package.json | 7 ++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 68f9021..844977e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .DS_Store config.json test/fixtures/*.json -node_modules \ No newline at end of file +node_modules/ +node_modules/* +npm-debug.log \ No newline at end of file diff --git a/package.json b/package.json index bebe84c..f46c6d2 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,9 @@ "keywords": ["configuration", "key value store", "redis"], "dependencies": { "async": "0.1.x", - "redis": "0.5.x" - }, - "devDependencies": { - "vows": "0.5.x" + "redis": "0.6.x" }, "main": "./lib/nconf", "scripts": { "test": "vows test/*-test.js --spec" }, - "engines": { "node": ">= 0.4.x" } + "engines": { "node": ">= 0.4.0" } }