Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 85fcf24

Browse files
committed
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.
1 parent 06d2583 commit 85fcf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ipld-resolver",
2+
"name": "ipld",
33
"version": "0.14.1",
44
"description": "IPLD Resolver Implementation in JavaScript",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)