mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-07-04 06:11:48 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
615a966d6a | |||
171a561537 |
@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "iojs"
|
||||
- "4.0"
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user