mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-29 08:51:34 +00:00
ready to publish new version
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user