8000 chore: add `repository.directory` property to `package.json` (#19165) · eslint/eslint@1f77c53 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 1f77c53

Browse files
authored
chore: add repository.directory property to package.json (#19165)
1 parent d460594 commit 1f77c53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/eslint-config-eslint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/eslint/eslint"
28+
"url": "https://github.com/eslint/eslint",
29+
"directory": "packages/eslint-config-eslint"
2930
},
3031
"homepage": "https://eslint.org",
3132
"bugs": "https://github.com/eslint/eslint/issues/",

0 commit comments

Comments
 (0)
0