From 490022cf02da77a6788418d3039dfd791bf0a8b3 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 23 Sep 2015 23:12:35 +0100 Subject: [PATCH] ready to publish new version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a53645ca..c3df93e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "libp2p-swarm", "version": "0.4.1", - "description": "IPFS swarm implementation in Node.js", + "description": "libp2p swarm implementation in Node.js", "main": "src/index.js", "scripts": { "test": "./node_modules/.bin/lab tests/*-test.js", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/diasdavid/node-ipfs-swarm.git" + "url": "https://github.com/diasdavid/node-libp2p-swarm.git" }, "keywords": [ "IPFS" @@ -18,9 +18,9 @@ "author": "David Dias ", "license": "MIT", "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": [ "lint", "test",