diff --git a/README.md b/README.md index b4e95fe5..d31ef57b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -js-ipfs-repo -============ +IPFS Repo JavaScript Implementation +=================================== > Implementation of the IPFS repo spec (https://github.com/ipfs/specs/tree/master/repo) in JavaScript @@ -8,7 +8,9 @@ js-ipfs-repo [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Build Status](https://travis-ci.org/ipfs/js-ipfs-repo.svg)](https://travis-ci.org/ipfs/js-ipfs-repo) ![](https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-repo) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +![](https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square) +[![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js) ## Description diff --git a/package.json b/package.json index 893e085f..e5175e8a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "build": "dignified-build", "coverage": "dignified-coverage", "lint": "dignified-lint", - "release": "dignified-release" + "release": "dignified-release", + "release-minor": "dignified-release --minor", + "release-major": "dignified-release --major" + }, "repository": { "type": "git",