mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-17 17:48:07 +00:00
Adds a homepage link to the package json
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user