docs: updated repository links (#63)

This commit is contained in:
Sebastian Silbermann
2020-06-23 17:27:40 +02:00
committed by GitHub
parent d0bf5cbc2e
commit 91e26ca422
4 changed files with 12 additions and 12 deletions

View File

@@ -2,13 +2,13 @@
"name": "@definitelytyped/definitions-parser",
"version": "0.0.40",
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/tools.git",
"url": "git+https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/definitions-parser"
},
"scripts": {
@@ -16,7 +16,7 @@
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/definitions-parser"
},
"bugs": {
"url": "https://github.com/DefinitelyTyped/tools/issues"
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@definitelytyped/header-parser": "^0.0.40",

View File

@@ -3,13 +3,13 @@
"version": "0.0.40",
"description": "",
"author": "Nathan Shively-Sanders <nathansa@microsoft.com>",
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/header-parser#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/tools.git",
"url": "git+https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/header-parser"
},
"scripts": {
@@ -17,7 +17,7 @@
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/header-parser"
},
"bugs": {
"url": "https://github.com/DefinitelyTyped/tools/issues"
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@definitelytyped/typescript-versions": "^0.0.40",

View File

@@ -53,16 +53,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/tools.git",
"url": "git+https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/publisher"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/DefinitelyTyped/tools/issues"
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"engines": {
"node": ">=6.10.0"
},
"homepage": "https://github.com/DefinitelyTyped/tools#readme"
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/publisher#readme"
}

View File

@@ -2,13 +2,13 @@
"name": "@definitelytyped/utils",
"version": "0.0.40",
"description": "Shared utilities for DefinitelyTyped tools",
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/utils#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/tools.git",
"url": "git+https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/utils"
},
"scripts": {
@@ -16,7 +16,7 @@
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/utils"
},
"bugs": {
"url": "https://github.com/DefinitelyTyped/tools/issues"
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@definitelytyped/typescript-versions": "^0.0.40",