Skip to content

Commit 6554bd5

Browse files
committed
[meta] add repository.directory field
1 parent a3a7176 commit 6554bd5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

memo-parser/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
15+
"url": "git+https://github.com/import-js/eslint-plugin-import.git",
16+
"directory": "memo-parser"
1617
},
1718
"keywords": [
1819
"eslint",

resolvers/node/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/import-js/eslint-plugin-import"
16+
"url": "https://github.com/import-js/eslint-plugin-import",
17+
"directory": "resolvers/node"
1718
},
1819
"keywords": [
1920
"eslint",

resolvers/webpack/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
17+
"url": "git+https://github.com/import-js/eslint-plugin-import.git",
18+
"directory": "resolvers/webpack"
1819
},
1920
"keywords": [
2021
"eslint-plugin-import",

utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
15+
"url": "git+https://github.com/import-js/eslint-plugin-import.git",
16+
"directory": "utils"
1617
},
1718
"keywords": [
1819
"eslint-plugin-import",

0 commit comments

Comments
 (0)