Release v0.3.2.

This commit is contained in:
David Dias 2015-09-14 11:58:41 +01:00
parent 171a561537
commit 615a966d6a

View File

@ -1,6 +1,6 @@
{ {
"name": "ipfs-peer-id", "name": "ipfs-peer-id",
"version": "0.3.1", "version": "0.3.2",
"description": "IPFS Peer Id implementation in Node.js", "description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
@ -17,7 +17,9 @@
"codestyle", "codestyle",
"test" "test"
], ],
"engines" : { "node" : "^4.0.0" }, "engines": {
"node": "^4.0.0"
},
"bugs": { "bugs": {
"url": "https://github.com/diasdavid/node-ipfs-peer-id/issues" "url": "https://github.com/diasdavid/node-ipfs-peer-id/issues"
}, },