diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index 2720edb..3064568 100644 --- a/packages/lockfile-lint-api/package.json +++ b/packages/lockfile-lint-api/package.json @@ -45,7 +45,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/lirantal/lockfile-lint.git" + "url": "https://github.com/lirantal/lockfile-lint.git", + "directory": "packages/lockfile-lint-api" }, "dependencies": { "@yarnpkg/parsers": "^3.0.0-rc.6", diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index 5169d83..8049ef0 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -49,7 +49,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/lirantal/lockfile-lint.git" + "url": "https://github.com/lirantal/lockfile-lint.git", + "directory": "packages/lockfile-lint" }, "dependencies": { "cosmiconfig": "^7.0.1",