Fixed typo
This commit is contained in:
parent
4cfcb18e7a
commit
f1ef8b7837
@ -6,7 +6,7 @@ if(args.includes("--help")){
|
|||||||
--help: View this help page
|
--help: View this help page
|
||||||
--recursive: Include all dependencies' subdependencies
|
--recursive: Include all dependencies' subdependencies
|
||||||
--json: Exports the license information into ./licenses.json as json
|
--json: Exports the license information into ./licenses.json as json
|
||||||
--md: Exports the license information into ./licenses.md as markdow`);
|
--md: Exports the license information into ./licenses.md as markdown`);
|
||||||
}
|
}
|
||||||
|
|
||||||
function parsePackageInfo(path) {
|
function parsePackageInfo(path) {
|
||||||
|
Reference in New Issue
Block a user