Skip to content

Commit

Permalink
[meta] add repository.directory field
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 23, 2024
1 parent a3a7176 commit 6554bd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion memo-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
"url": "git+https://github.com/import-js/eslint-plugin-import.git",
"directory": "memo-parser"
},
"keywords": [
"eslint",
Expand Down
3 changes: 2 additions & 1 deletion resolvers/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/import-js/eslint-plugin-import"
"url": "https://github.com/import-js/eslint-plugin-import",
"directory": "resolvers/node"
},
"keywords": [
"eslint",
Expand Down
3 changes: 2 additions & 1 deletion resolvers/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
"url": "git+https://github.com/import-js/eslint-plugin-import.git",
"directory": "resolvers/webpack"
},
"keywords": [
"eslint-plugin-import",
Expand Down
3 changes: 2 additions & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
"url": "git+https://github.com/import-js/eslint-plugin-import.git",
"directory": "utils"
},
"keywords": [
"eslint-plugin-import",
Expand Down

0 comments on commit 6554bd5

Please sign in to comment.