Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "fcount", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Recursively count the number files in a directory given a pattern to match on.", | ||
@@ -13,3 +13,3 @@ "main": "src/count.js", | ||
"bin": { | ||
"count": "./bin/count.js" | ||
"fcount": "./bin/count.js" | ||
}, | ||
@@ -16,0 +16,0 @@ "keywords": [ |
1001