diff --git a/lib/package.json b/package.json similarity index 89% rename from lib/package.json rename to package.json index 8d2efdc..0d60719 100644 --- a/lib/package.json +++ b/package.json @@ -11,6 +11,9 @@ "lib" : ".", "main" : "./walk.js", "version" : "2.2.1", + "repository": { + "url": "git://github.com/coolaj86/node-walk.git" + }, "licenses": [ { "type": "MIT", diff --git a/test-walk.js b/test/test-walk.js similarity index 100% rename from test-walk.js rename to test/test-walk.js diff --git a/testSync.js b/test/testSync.js similarity index 100% rename from testSync.js rename to test/testSync.js diff --git a/walk-test.sh b/test/walk-test.sh similarity index 100% rename from walk-test.sh rename to test/walk-test.sh