Skip to content

Commit

Permalink
Fix peerDependencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Jan 16, 2024
1 parent 1cf6b99 commit 485ffaf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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": "https://ndnts-nightly.ndn.today/endpoint.tgz",
"@ndn/fw": "https://ndnts-nightly.ndn.today/fw.tgz",
"@ndn/keychain": "https://ndnts-nightly.ndn.today/keychain.tgz",
"@ndn/naming-convention2": "https://ndnts-nightly.ndn.today/naming-convention2.tgz",
"@ndn/ndncert": "https://ndnts-nightly.ndn.today/ndncert.tgz",
"@ndn/ndnsec": "https://ndnts-nightly.ndn.today/ndnsec.tgz",
"@ndn/nfdmgmt": "https://ndnts-nightly.ndn.today/nfdmgmt.tgz",
"@ndn/node-transport": "https://ndnts-nightly.ndn.today/node-transport.tgz",
"@ndn/packet": "https://ndnts-nightly.ndn.today/packet.tgz",
"@ndn/segmented-object": "https://ndnts-nightly.ndn.today/segmented-object.tgz",
"@ndn/sync": "https://ndnts-nightly.ndn.today/sync.tgz",
"@ndn/tlv": "https://ndnts-nightly.ndn.today/tlv.tgz",
"@ndn/util": "https://ndnts-nightly.ndn.today/util.tgz",
"@ndn/ws-transport": "https://ndnts-nightly.ndn.today/ws-transport.tgz"
"@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"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 485ffaf

Please sign in to comment.