merge latest master

This commit is contained in:
David Dias 2015-11-05 18:48:13 +00:00
commit 2c1874a689
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,6 @@ peer-id JavaScript implementation
==============================
[![](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/js-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/js-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/js-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 JavaScript
# Description

View File

@ -1,13 +1,12 @@
{
"name": "peer-id",
"version": "0.3.3",
"version": "0.3.4",
"description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js",
"scripts": {
"test:node": "node tests/*-test.js",
"lint": "standard",
"test": "npm run test:node",
"lint": "./node_modules/.bin/standard",
"test:browser": "./node_modules/.bin/zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- tests/id-test.js",
"test:browser:q": "BROWSER_VERSION=46 BROWSER_NAME=chrome npm run test:browser",
"build": "./node_modules/.bin/browserify -s PeerId -e ./src/index.js | tee dist/peer-id.js | ./node_modules/.bin/uglifyjs -m > dist/peer-id.min.js"
@ -30,9 +29,9 @@
"node": "^4.2.0"
},
"bugs": {
"url": "https://github.com/diasdavid/node-peer-id/issues"
"url": "https://github.com/diasdavid/js-peer-id/issues"
},
"homepage": "https://github.com/diasdavid/node-peer-id",
"homepage": "https://github.com/diasdavid/js-peer-id",
"devDependencies": {
"pre-commit": "^1.1.1",
"standard": "^5.3.1",