Compare commits

...

5 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
fa62838777 Release v0.3.1. 2015-08-25 10:39:44 +01:00
bb2f23633d replace precommit 2015-08-25 10:39:15 +01:00
d472664924 add badges and travis 2015-08-25 10:38:32 +01:00
3 changed files with 19 additions and 3 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: node_js
node_js:
- "4.0"
branches:
only:
- master
before_install:
- npm i -g npm
# Workaround for a permissions issue with Travis virtual machine images
script:
- npm test

View File

@ -1,7 +1,7 @@
ipfs-peer-id Node.js implementation
===================================
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/node-ipfs-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-ipfs-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-ipfs-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/node-ipfs-peer-id) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
> IPFS Peer Id implementation in Node.js

View File

@ -1,6 +1,6 @@
{
"name": "ipfs-peer-id",
"version": "0.3.0",
"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"
},
@ -24,7 +27,7 @@
"devDependencies": {
"code": "^1.4.1",
"lab": "^5.13.0",
"precommit-hook": "^3.0.0",
"pre-commit": "^1.1.1",
"standard": "^4.5.2"
},
"dependencies": {