8000 chore: Add repository.directory to all package.json · alex-dow/typescript-eslint@5792aa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5792aa1

Browse files
anderskbradzacher
authored andcommitted
chore: Add repository.directory to all package.json
1 parent 4edf0d7 commit 5792aa1

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

packages/eslint-plugin-tslint/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"engines": {
1414
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
1515
},
16-
"repository": "typescript-eslint/typescript-eslint",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
19+
"directory": "packages/eslint-plugin-tslint"
20+
},
1721
"bugs": {
1822
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
1923
},

packages/eslint-plugin/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
"README.md",
1919
"LICENSE"
2020
],
21-
"repository": "typescript-eslint/typescript-eslint",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
24+
"directory": "packages/eslint-plugin"
25+
},
2226
"bugs": {
2327
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
2428
},

packages/experimental-utils/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"README.md",
1717
"LICENSE"
1818
],
19-
"repository": "typescript-eslint/typescript-eslint",
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
22+
"directory": "packages/experimental-utils"
23+
},
2024
"bugs": {
2125
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
2226
},

packages/parser/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"engines": {
1212
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
1313
},
14-
"repository": "typescript-eslint/typescript-eslint",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
17+
"directory": "packages/parser"
18+
},
1519
"bugs": {
1620
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
1721
},

packages/typescript-estree/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"engines": {
1313
"node": ">=6.14.0"
1414
},
15-
"repository": "typescript-eslint/typescript-eslint",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/typescript-eslint/typescript-eslint.git",
18+
"directory": "packages/typescript-estree"
19+
},
1620
"bugs": {
1721
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
1822
},

0 commit comments

Comments
 (0)
0