mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-07-04 00:01:50 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
fa62838777 | |||
bb2f23633d | |||
d472664924 | |||
2cc1a8ac59 |
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "iojs"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- npm i -g npm
|
||||
# Workaround for a permissions issue with Travis virtual machine images
|
||||
script:
|
||||
- npm test
|
@ -1,7 +1,7 @@
|
||||
ipfs-peer-id Node.js implementation
|
||||
===================================
|
||||
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](http://ipn.io) [[](http://webchat.freenode.net/?channels=%23ipfs) ](https://travis-ci.org/diasdavid/node-ipfs-peer-id)  [](https://david-dm.org/diasdavid/node-ipfs-peer-id) [](https://github.com/feross/standard)
|
||||
|
||||
> IPFS Peer Id implementation in Node.js
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ipfs-peer-id",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.1",
|
||||
"description": "IPFS Peer Id implementation in Node.js",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
@ -24,7 +24,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": {
|
||||
|
Reference in New Issue
Block a user