Skip to content

Commit 58da1a3

Browse files
committed
Add the repository.directory field to package.json files.
1 parent 9738cad commit 58da1a3

File tree

36 files changed

+83
-36
lines changed

36 files changed

+83
-36
lines changed

apps/api-documenter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-documenter"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "apps/api-documenter"
89
},
910
"homepage": "https://api-extractor.com/",
1011
"license": "MIT",

apps/api-extractor-model/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor-model"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "apps/api-extractor-model"
89
},
910
"homepage": "https://api-extractor.com",
1011
"main": "lib/index.js",

apps/api-extractor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor"
24+
"url": "https://github.com/microsoft/rushstack.git",
25+
"directory": "apps/api-extractor"
2526
},
2627
"homepage": "https://api-extractor.com",
2728
"main": "lib/index.js",

apps/heft/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/heft"
17+
"url": "https://github.com/microsoft/rushstack.git",
18+
"directory": "apps/heft"
1819
},
1920
"engines": {
2021
"node": ">=10.13.0"

apps/rundown/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/rundown"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "apps/rundown"
89
},
910
"engines": {
1011
"node": ">=10.0.0"

apps/rush-lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/rush-lib"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "apps/rush-lib"
89
},
910
"engines": {
1011
"node": ">=5.6.0"

apps/rush/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"preferGlobal": true,
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/microsoft/rushstack/tree/master/apps/rush"
18+
"url": "https://github.com/microsoft/rushstack.git",
19+
"directory": "apps/rush"
1920
},
2021
"engines": {
2122
"node": ">=5.6.0"

heft-plugins/heft-jest-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Heft plugin for Jest",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-jest-plugin"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "heft-plugins/heft-jest-plugin"
89
},
910
"homepage": "https://rushstack.io/pages/heft/overview/",
1011
"main": "lib/index.js",

heft-plugins/heft-sass-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Heft plugin for SASS",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-sass-plugin"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "heft-plugins/heft-sass-plugin"
89
},
910
"homepage": "https://rushstack.io/pages/heft/overview/",
1011
"main": "lib/index.js",

heft-plugins/heft-storybook-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Heft plugin for supporting UI development using Storybook",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-storybook-plugin"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "heft-plugins/heft-storybook-plugin"
89
},
910
"homepage": "https://rushstack.io/pages/heft/overview/",
1011
"main": "lib/index.js",

heft-plugins/heft-webpack4-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Heft plugin for Webpack 4",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-webpack4-plugin"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "heft-plugins/heft-webpack4-plugin"
89
},
910
"homepage": "https://rushstack.io/pages/heft/overview/",
1011
"main": "lib/index.js",

heft-plugins/heft-webpack5-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Heft plugin for Webpack 5",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-webpack5-plugin"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "heft-plugins/heft-webpack5-plugin"
89
},
910
"homepage": "https://rushstack.io/pages/heft/overview/",
1011
"main": "lib/index.js",

libraries/debug-certificate-manager/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"typings": "dist/debug-certificate-manager.d.ts",
77
"license": "MIT",
88
"repository": {
9-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/debug-certificate-manager"
9+
"url": "https://github.com/microsoft/rushstack.git",
10+
"type": "git",
11+
"directory": "libraries/debug-certificate-manager"
1012
},
1113
"scripts": {
1214
"build": "heft build --clean"

libraries/heft-config-file/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Configuration file loader for @rushstack/heft",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/heft-config-file"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "libraries/heft-config-file"
89
},
910
"engines": {
1011
"node": ">=10.13.0"

libraries/load-themed-styles/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Loads themed styles.",
55
"license": "MIT",
66
"repository": {
7-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/load-themed-styles"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"type": "git",
9+
"directory": "libraries/load-themed-styles"
810
},
911
"scripts": {
1012
"build": "heft build --clean"

libraries/node-core-library/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"typings": "dist/node-core-library.d.ts",
77
"license": "MIT",
88
"repository": {
9-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/node-core-library"
9+
"url": "https://github.com/microsoft/rushstack.git",
10+
"type": "git",
11+
"directory": "libraries/node-core-library"
1012
},
1113
"scripts": {
1214
"build": "heft test --clean"

libraries/package-deps-hash/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/package-deps-hash"
10+
"url": "https://github.com/microsoft/rushstack.git",
11+
"directory": "libraries/package-deps-hash"
1112
},
1213
"scripts": {
1314
"build": "heft test --clean"

libraries/rig-package/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"typings": "dist/rig-package.d.ts",
77
"license": "MIT",
88
"repository": {
9-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/rig-package"
9+
"url": "https://github.com/microsoft/rushstack.git",
10+
"type": "git",
11+
"directory": "libraries/rig-package"
1012
},
1113
"scripts": {
1214
"build": "heft test --clean"

libraries/rushell/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Execute shell commands using a consistent syntax on every platform",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/rushell"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "libraries/rushell"
89
},
910
"main": "lib/index.js",
1011
"typings": "dist/rushell.d.ts",

libraries/stream-collator/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Display intelligible realtime output from concurrent processes",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/stream-collator"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "libraries/stream-collator"
89
},
910
"main": "lib/index.js",
1011
"typings": "dist/stream-collator.d.ts",

libraries/terminal/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"typings": "dist/terminal.d.ts",
77
"license": "MIT",
88
"repository": {
9-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/terminal"
9+
"url": "https://github.com/microsoft/rushstack.git",
10+
"type": "git",
11+
"directory": "libraries/terminal"
1012
},
1113
"scripts": {
1214
"build": "heft test --clean"

libraries/tree-pattern/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"typings": "dist/tree-pattern.d.ts",
77
"license": "MIT",
88
"repository": {
9-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/tree-pattern"
9+
"url": "https://github.com/microsoft/rushstack.git",
10+
"type": "git",
11+
"directory": "libraries/tree-pattern"
1012
},
1113
"scripts": {
1214
"build": "heft test --clean"

libraries/ts-command-line/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "An object-oriented command-line parser for TypeScript",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/ts-command-line"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"directory": "libraries/ts-command-line"
89
},
910
"main": "lib/index.js",
1011
"typings": "dist/ts-command-line.d.ts",

libraries/typings-generator/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"license": "MIT",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/typings-generator"
15+
"url": "https://github.com/microsoft/rushstack.git",
16+
"directory": "libraries/typings-generator"
1617
},
1718
"scripts": {
1819
"build": "heft build --clean"

rigs/heft-node-rig/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-node-rig"
11+
"url": "https://github.com/microsoft/rushstack.git",
12+
"directory": "rigs/heft-node-rig"
1213
},
1314
"peerDependencies": {
1415
"@rushstack/heft": "^0.41.7"

rigs/heft-web-rig/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-web-rig"
11+
"url": "https://github.com/microsoft/rushstack.git",
12+
"directory": "rigs/heft-web-rig"
1213
},
1314
"peerDependencies": {
1415
"@rushstack/heft": "^0.41.7"

stack/eslint-config/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
55
"license": "MIT",
66
"repository": {
7-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-config"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"type": "git",
9+
"directory": "stack/eslint-config"
810
},
911
"homepage": "https://rushstack.io",
1012
"scripts": {

stack/eslint-patch/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "lib/usage.js",
66
"license": "MIT",
77
"repository": {
8-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-patch"
8+
"url": "https://github.com/microsoft/rushstack.git",
9+
"type": "git",
10+
"directory": "stack/eslint-patch"
911
},
1012
"homepage": "https://rushstack.io",
1113
"scripts": {

stack/eslint-plugin-packlets/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",
55
"license": "MIT",
66
"repository": {
7-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-plugin-packlets"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"type": "git",
9+
"directory": "stack/eslint-plugin-packlets"
810
},
911
"homepage": "https://rushstack.io",
1012
"keywords": [

stack/eslint-plugin-security/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services",
55
"license": "MIT",
66
"repository": {
7-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-plugin-security"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"type": "git",
9+
"directory": "stack/eslint-plugin-security"
810
},
911
"homepage": "https://rushstack.io",
1012
"keywords": [

stack/eslint-plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package",
55
"license": "MIT",
66
"repository": {
7-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-plugin"
7+
"url": "https://github.com/microsoft/rushstack.git",
8+
"type": "git",
9+
"directory": "stack/eslint-plugin"
810
},
911
"homepage": "https://rushstack.io",
1012
"keywords": [

webpack/loader-load-themed-styles/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/microsoft/rushstack/tree/master/webpack/loader-load-themed-styles"
10+
"url": "https://github.com/microsoft/rushstack.git",
11+
"directory": "webpack/loader-load-themed-styles"
1112
},
1213
"scripts": {
1314
"build": "heft test --clean"

webpack/loader-raw-script/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/microsoft/rushstack/tree/master/webpack/loader-raw-script"
10+
"url": "https://github.com/microsoft/rushstack.git",
11+
"directory": "webpack/loader-raw-script"
1112
},
1213
"scripts": {
1314
"build": "heft test --clean"

webpack/localization-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/microsoft/rushstack/tree/master/webpack/localization-plugin"
10+
"url": "https://github.com/microsoft/rushstack.git",
11+
"directory": "webpack/localization-plugin"
1112
},
1213
"scripts": {
1314
"build": "heft build --clean"

webpack/module-minifier-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/Microsoft/rushstack/tree/master/webpack/module-minifier-plugin"
10+
"url": "https://github.com/microsoft/rushstack.git",
11+
"directory": "webpack/module-minifier-plugin"
1112
},
1213
"engines": {
1314
"node": ">=10.17.1"

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/microsoft/rushstack/tree/master/webpack/set-webpack-public-path-plugin"
10+
"url": "https://github.com/microsoft/rushstack.git",
11+
"directory": "webpack/set-webpack-public-path-plugin"
1112
},
1213
"scripts": {
1314
"build": "heft build --clean"

0 commit comments

Comments
 (0)