Compare commits

...

2 Commits

Author SHA1 Message Date
615a966d6a Release v0.3.2. 2015-09-14 11:58:41 +01:00
171a561537 to v4! 2015-09-14 11:58:33 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- "iojs"
- "4.0"
branches:
only:

View File

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