Lighten production installs

With a version bump. Please publish if/when changes approved.
This commit is contained in:
Steven Vachon 2014-09-22 13:42:54 -04:00
parent cfca163597
commit 2670ffd337
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}, },
"lib": ".", "lib": ".",
"main": "./lib/walk.js", "main": "./lib/walk.js",
"version": "2.3.3", "version": "2.3.4",
"repository": { "repository": {
"url": "git://github.com/coolaj86/node-walk.git" "url": "git://github.com/coolaj86/node-walk.git"
}, },
@ -39,6 +39,9 @@
"example": "examples", "example": "examples",
"test": "test" "test": "test"
}, },
"files": [
"lib"
],
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "./test/walk-test.sh" "test": "./test/walk-test.sh"