remove link to package quality, as the site seems to be unmaintained
This commit is contained in:
parent
b87c5bf2f1
commit
d55b752958
@ -6,11 +6,8 @@ export function get_readme (
|
|||||||
license: string,
|
license: string,
|
||||||
author: string
|
author: string
|
||||||
): string {
|
): string {
|
||||||
const uri = encodeURIComponent (software);
|
|
||||||
return `# ${software}
|
return `# ${software}
|
||||||
|
|
||||||
[![Package quality](https://packagequality.com/badge/${uri})](https://packagequality.com/#?package=${uri})
|
|
||||||
|
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
|
|
||||||
${description}
|
${description}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user