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 language: node_js
node_js: node_js:
- "iojs" - "4.0"
branches: branches:
only: only:

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,6 +17,9 @@
"codestyle", "codestyle",
"test" "test"
], ],
"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"
}, },