added licenses to package.json
This commit is contained in:
parent
0164f2b749
commit
63051eb24f
|
@ -10,5 +10,15 @@
|
|||
},
|
||||
"lib" : ".",
|
||||
"main" : "./walk.js",
|
||||
"version" : "2.1.1"
|
||||
"version" : "2.1.1",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/mit-license.php"
|
||||
},
|
||||
{
|
||||
"type": "Apache2",
|
||||
"url": "http://opensource.org/licenses/apache2.0.php"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue