Skip to content

Commit

Permalink
fix(package.json): add url links for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 14, 2023
1 parent b002f70 commit 1c67d57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c67d57

Please sign in to comment.