Skip to content

Commit 1f54329

Browse files
committed
rename to dweb-loader
1 parent d447876 commit 1f54329

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jsonld-dweb-loader
1+
# dweb-loader
22

33
JSON-LD document loader for IPFS and IPLD
44

@@ -94,7 +94,7 @@ joel$ ipfs cat QmXjY3nz81qG99vbMF4Tb2NeSFmUdWBUG7ecYVtvnGxrXt
9494
Then unleash the magic!
9595

9696
```javascript
97-
const createDocumentLoader = require("jsonld-dweb-loader")
97+
const createDocumentLoader = require("dweb-loader")
9898
const IPFS = require("ipfs")
9999
const jsonld = require("jsonld")
100100

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "jsonld-dweb-loader",
3-
"version": "1.2.0",
2+
"name": "dweb-loader",
3+
"version": "1.2.1",
44
"description": "JSON-LD document loader for IPFS and IPLD URIs",
55
"main": "index.js",
66
"scripts": {
77
"test": "node test.js"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/underlay/jsonld-dweb-loader.git"
11+
"url": "git+https://github.com/underlay/dweb-loader.git"
1212
},
1313
"keywords": [
1414
"ipfs",
@@ -19,9 +19,9 @@
1919
"author": "Joel Gustafson",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/underlay/jsonld-dweb-loader/issues"
22+
"url": "https://github.com/underlay/dweb-loader/issues"
2323
},
24-
"homepage": "https://github.com/underlay/jsonld-dweb-loader#readme",
24+
"homepage": "https://github.com/underlay/dweb-loader#readme",
2525
"dependencies": {
2626
"cids": "^0.7.1"
2727
},

0 commit comments

Comments
 (0)