Skip to content

Commit 490022c

Browse files
committed
ready to publish new version
1 parent 4d9d8c9 commit 490022c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libp2p-swarm",
33
"version": "0.4.1",
4-
"description": "IPFS swarm implementation in Node.js",
4+
"description": "libp2p swarm implementation in Node.js",
55
"main": "src/index.js",
66
"scripts": {
77
"test": "./node_modules/.bin/lab tests/*-test.js",
@@ -10,17 +10,17 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/diasdavid/node-ipfs-swarm.git"
13+
"url": "https://github.com/diasdavid/node-libp2p-swarm.git"
1414
},
1515
"keywords": [
1616
"IPFS"
1717
],
1818
"author": "David Dias <[email protected]>",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/diasdavid/node-ipfs-swarm/issues"
21+
"url": "https://github.com/diasdavid/node-libp2p-swarm/issues"
2222
},
23-
"homepage": "https://github.com/diasdavid/node-ipfs-swarm",
23+
"homepage": "https://github.com/diasdavid/node-libp2p-swarm",
2424
"pre-commit": [
2525
"lint",
2626
"test",

0 commit comments

Comments
 (0)