This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Rename package from
ipld-resolver
to ipld
BREAKING CHANGE: All packages that depend on `ipld-resolver` need to change their dependency. Within your package that depends on `ipld-resolver` do: npm uninstall ipld-resolver npm intall ipld Then search for all imports of `ipld-resolver` and change from const IPLDResolver = require('ipld-resolver') to const Ipld = require('ipld') Closes #116.
- Loading branch information