Skip to content

Commit

Permalink
fix(dapps): missing package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hbriese committed Dec 22, 2023
1 parent 646a351 commit 8ba54ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/lib/dapps/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "dapps",
"internal": true,
"main": "../dist/dapps",
"types": "../dist/dapps"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18657,9 +18657,9 @@ __metadata:
languageName: node
linkType: hard

"dapps-be372b@workspace:packages/lib/dapps":
"dapps@workspace:packages/lib/dapps":
version: 0.0.0-use.local
resolution: "dapps-be372b@workspace:packages/lib/dapps"
resolution: "dapps@workspace:packages/lib/dapps"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8ba54ca

Please sign in to comment.