Skip to content

Commit

Permalink
Add npm specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Jan 20, 2024
1 parent 5b9bd23 commit a0cf0c9
Show file tree
Hide file tree
Showing 22 changed files with 189 additions and 208 deletions.
22 changes: 2 additions & 20 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.5",
"version": "1.0.6",
"description": "NDNts Auxiliary Package for Web and Deno",
"scripts": {
"test": "deno test",
Expand All @@ -23,9 +23,7 @@
"jose": "^5.2.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"yjs": "^13.6.10"
},
"devDependencies": {
"yjs": "^13.6.10",
"@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",
Expand All @@ -41,21 +39,5 @@
"@ndn/util": "https://ndnts-nightly.ndn.today/util.tgz",
"@ndn/ws-transport": "https://ndnts-nightly.ndn.today/ws-transport.tgz",
"@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"
}
}
Loading

0 comments on commit a0cf0c9

Please sign in to comment.