Skip to content

Commit

Permalink
Fixing conditional in js client peer dependency (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Feb 1, 2024
1 parent 97fb483 commit 4fa5b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"merkletreejs": "^0.3.9"
},
"peerDependencies": {
"@metaplex-foundation/umi": "^0.8.9 | ^0.9.0"
"@metaplex-foundation/umi": "^0.8.9 || ^0.9.0"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
Expand Down

0 comments on commit 4fa5b5e

Please sign in to comment.