Skip to content

Commit

Permalink
Fix peer dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Jan 16, 2024
1 parent 88a0112 commit c839659
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"@types/wicg-file-system-access": "^2023.10.4"
},
"peerDependencies": {
"@ndn/endpoint": "^0.0.0",
"@ndn/fw": "^0.0.0",
"@ndn/keychain": "^0.0.0",
"@ndn/naming-convention2": "^0.0.0",
"@ndn/ndncert": "^0.0.0",
"@ndn/ndnsec": "^0.0.0",
"@ndn/nfdmgmt": "^0.0.0",
"@ndn/node-transport": "^0.0.0",
"@ndn/packet": "^0.0.0",
"@ndn/segmented-object": "^0.0.0",
"@ndn/sync": "^0.0.0",
"@ndn/tlv": "^0.0.0",
"@ndn/util": "^0.0.0",
"@ndn/ws-transport": "^0.0.0"
"@ndn/endpoint": ">=0.0.0",
"@ndn/fw": ">=0.0.0",
"@ndn/keychain": ">=0.0.0",
"@ndn/naming-convention2": ">=0.0.0",
"@ndn/ndncert": ">=0.0.0",
"@ndn/ndnsec": ">=0.0.0",
"@ndn/nfdmgmt": ">=0.0.0",
"@ndn/node-transport": ">=0.0.0",
"@ndn/packet": ">=0.0.0",
"@ndn/segmented-object": ">=0.0.0",
"@ndn/sync": ">=0.0.0",
"@ndn/tlv": ">=0.0.0",
"@ndn/util": ">=0.0.0",
"@ndn/ws-transport": ">=0.0.0"
}
}

0 comments on commit c839659

Please sign in to comment.