From c4180efee10eefa3a559f977cfbd5cb9392488bf Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Tue, 27 Sep 2022 04:56:38 -0500 Subject: [PATCH] chore(repository): defined `repository.path` property in `package.json` (#142) which should enable services like renovate to find release notes --- packages/lockfile-lint-api/package.json | 3 ++- packages/lockfile-lint/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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",