Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make @ipld/dag-cbor a dependency of nft.storage #992

Merged
merged 1 commit into from
Dec 17, 2021
Merged

fix: make @ipld/dag-cbor a dependency of nft.storage #992

merged 1 commit into from
Dec 17, 2021

Conversation

kevinji
Copy link
Contributor

@kevinji kevinji commented Dec 16, 2021

@ipld/dag-cbor is directly used in src/token.js, so it should be a dependency, not a devDependency. This fixes an error that yarn pnp raises due to accessing an undeclared dependency.

@codecov-commenter
Copy link

Codecov Report

Merging #992 (b567983) into main (af7524f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #992   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1136      1136           
=========================================
  Hits          1136      1136           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9aa13e5...b567983. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants