Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 947271f

Browse files
chore: update examples dependencies (#8)
1 parent e4c749e commit 947271f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "example-running-multiple-nodes",
3-
"description": "How to run multiple IPFS nodes at the same time",
43
"version": "2.0.1",
5-
"main": "index.js",
64
"private": true,
5+
"description": "How to run multiple IPFS nodes at the same time",
6+
"keywords": [],
7+
"license": "MIT",
8+
"main": "index.js",
79
"scripts": {
810
"clean": "echo 'Nothing to clean...'",
911
"start": "npm run test:example",
1012
"serve": "npm run start",
1113
"test:example": "node tests/test.js"
1214
},
13-
"keywords": [],
14-
"license": "MIT",
15+
"dependencies": {
16+
"ipfs": "^0.56.0"
17+
},
1518
"devDependencies": {
1619
"nanoid": "^3.1.23",
1720
"test-util-ipfs-example": "^1.0.2"
18-
},
19-
"dependencies": {
20-
"ipfs": "^0.55.4"
2121
}
2222
}

0 commit comments

Comments
 (0)