mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-08 17:02:14 +00:00
ready to publish new version
This commit is contained in:
parent
4d9d8c94c7
commit
490022cf02
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libp2p-swarm",
|
"name": "libp2p-swarm",
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
"description": "IPFS swarm implementation in Node.js",
|
"description": "libp2p swarm implementation in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/lab tests/*-test.js",
|
"test": "./node_modules/.bin/lab tests/*-test.js",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/diasdavid/node-ipfs-swarm.git"
|
"url": "https://github.com/diasdavid/node-libp2p-swarm.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"IPFS"
|
"IPFS"
|
||||||
@ -18,9 +18,9 @@
|
|||||||
"author": "David Dias <daviddias@ipfs.io>",
|
"author": "David Dias <daviddias@ipfs.io>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/diasdavid/node-ipfs-swarm/issues"
|
"url": "https://github.com/diasdavid/node-libp2p-swarm/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/diasdavid/node-ipfs-swarm",
|
"homepage": "https://github.com/diasdavid/node-libp2p-swarm",
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
"lint",
|
"lint",
|
||||||
"test",
|
"test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user