move package.json to root folder
npm warns about missing README and missing repository field in package.json
This commit is contained in:
parent
49e9260caa
commit
484489abf3
|
@ -11,6 +11,9 @@
|
|||
"lib" : ".",
|
||||
"main" : "./walk.js",
|
||||
"version" : "2.2.1",
|
||||
"repository": {
|
||||
"url": "git://github.com/coolaj86/node-walk.git"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
Loading…
Reference in New Issue