From 82d39c2bc8c38676931587f1f3dc918a8caa4877 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Sat, 14 Oct 2023 14:00:55 -0400 Subject: [PATCH] fix(package.json): fix directory path --- packages/basic-math/package.json | 2 +- packages/parity/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/basic-math/package.json b/packages/basic-math/package.json index 1da9dc7e..12f9e877 100644 --- a/packages/basic-math/package.json +++ b/packages/basic-math/package.json @@ -35,7 +35,7 @@ "repository": { "type": "git", "url": "git+https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate.git", - "directory": "apps/basic-math" + "directory": "packages/basic-math" }, "author": "Matthew Waldron", "license": "MIT", diff --git a/packages/parity/package.json b/packages/parity/package.json index 53408d83..22731aa7 100644 --- a/packages/parity/package.json +++ b/packages/parity/package.json @@ -35,7 +35,7 @@ "repository": { "type": "git", "url": "git+https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate.git", - "directory": "apps/parity" + "directory": "packages/parity" }, "author": "Matthew Waldron", "license": "MIT",