Skip to content

Commit

Permalink
fix(package.json): fix npm links
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 14, 2023
1 parent 4af0375 commit 989e1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"repository": {
"type": "git",
"url": "git+https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate.git",
"directory": "packages/demo-ui"
"directory": "packages/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",
"homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/ui#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 989e1b0

Please sign in to comment.