Adds a homepage link to the package json

This commit is contained in:
Orta
2021-05-20 16:02:19 +01:00
parent dd16981286
commit c6f036c4c9
2 changed files with 2 additions and 1 deletions

View File

@@ -177,7 +177,7 @@ export function createPackageJSON(
version,
description: `TypeScript definitions for ${typing.libraryName}`,
// keywords,
// homepage,
homepage: `https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/${typing.name}`,
// bugs,
license: typing.license,
contributors: typing.contributors,

View File

@@ -85,6 +85,7 @@ testo({
"name": "@types/jquery",
"version": "1.0",
"description": "TypeScript definitions for jquery",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
"license": "MIT",
"contributors": [
{