Skip to content

Commit

Permalink
add names for linked packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirSa12 committed May 25, 2024
1 parent 8afe458 commit e4df2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/types/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"//": "this file is just here to make pnpm happy with --frozen-lockfile",
"name": "dep-types",
"version": "0.0.0"
}
1 change: 1 addition & 0 deletions packages/vite/types/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"//": "this file is here to make typescript happy when moduleResolution=node16+",
"name": "types",
"version": "0.0.0"
}

0 comments on commit e4df2cc

Please sign in to comment.