Compare commits

..

No commits in common. "a074b82c4716abea80843268f187c76c11983027" and "fb1500258211d318a18f52902551e655c9c99d8d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ if (args.markdown) {
all.forEach((p) => {
fs.appendFileSync(
(args.output+'/licenses.md'),
`# ${p.name}\n**Author**: ${p.author}\n**Repo**: ${p.repo?.url || p.repo}\n**License**: ${p.license}\n**Description**: ${p.description}\n## License Text\n${p.licensetext} \n\n`
`# ${p.name}\n**Author**: ${p.author}\n**Repo**: ${p.repo}\n**License**: ${p.license}\n**Description**: ${p.description}\n## License Text\n${p.licensetext} \n\n`
);
});
} else {

View File

@ -1,6 +1,6 @@
{
"name": "@odit/license-exporter",
"version": "0.0.10",
"version": "0.0.9",
"description": "A simple license crawler for crediting open source work",
"keywords": [
"license",