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 d503850
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucla-irl/ndnts-aux",
"version": "1.0.2",
"version": "1.0.3",
"description": "NDNts Auxiliary Package for Web and Deno",
"scripts": {
"test": "deno test",
Expand Down 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 d503850

Please sign in to comment.