Skip to content

Commit

Permalink
Add names to workspace packages
Browse files Browse the repository at this point in the history
Without names, their outdated dependencies are not shown in `npm outdated`.
  • Loading branch information
textbook committed Aug 21, 2024
1 parent 60c85ec commit 3c8443e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "api",
"private": true,
"description": "Express backend",
"license": "UNLICENSED",
Expand Down
1 change: 1 addition & 0 deletions e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "e2e",
"private": true,
"description": "Playwright end-to-end tests",
"license": "UNLICENSED",
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "web",
"private": true,
"description": "Vite/React client",
"license": "UNLICENSED",
Expand Down

0 comments on commit 3c8443e

Please sign in to comment.