move package.json to root folder

npm warns about missing README and missing repository field
in package.json
This commit is contained in:
Lars-Magnus Skog 2013-06-20 17:34:58 +02:00
parent 49e9260caa
commit 484489abf3
4 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
"lib" : ".", "lib" : ".",
"main" : "./walk.js", "main" : "./walk.js",
"version" : "2.2.1", "version" : "2.2.1",
"repository": {
"url": "git://github.com/coolaj86/node-walk.git"
},
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",