diff --git a/packages/ui/package.json b/packages/ui/package.json index 6ba41fb3..c6bfaf77 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -32,6 +32,17 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "git+https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate.git", + "directory": "packages/demo-ui" + }, + "author": "Matthew Waldron", + "license": "MIT", + "bugs": { + "url": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/issues" + }, + "homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/demo-ui#readme", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0"