From 13820c48f938840633f058d9d2f5b811e1838071 Mon Sep 17 00:00:00 2001 From: Joe McCann Date: Sun, 20 May 2012 10:55:28 -0500 Subject: [PATCH] Updated the npm version number to reflect changes by @tmpvar 5 months ago --- file/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/package.json b/file/package.json index f687125..d6a3f78 100644 --- a/file/package.json +++ b/file/package.json @@ -1,7 +1,7 @@ { "name" : "file" , "description" : "Higher level path and file manipulation functions." , "tags" : ["file", "path", "fs", "walk"] -, "version" : "0.1.0" +, "version" : "0.1.2" , "author" : "Anders Conbere " , "directories" : { "lib" : "lib" }