Skip to content

Commit

Permalink
fix: access-client package.json uses https instead of git for one-web…
Browse files Browse the repository at this point in the history
…crypto dep to help with yarn compat (storacha#1157)

Motivation:
* storacha#1154
  • Loading branch information
gobengo authored Nov 17, 2023
1 parent fb505fd commit e1d0798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"bigint-mod-arith": "^3.1.2",
"conf": "11.0.2",
"multiformats": "^12.1.2",
"one-webcrypto": "git://github.com/web3-storage/one-webcrypto",
"one-webcrypto": "https://github.com/web3-storage/one-webcrypto",
"p-defer": "^4.0.0",
"type-fest": "^3.3.0",
"uint8arrays": "^4.0.6",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit e1d0798

Please sign in to comment.