Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
chore(package.json): ⬆️ mos@0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 2, 2016
1 parent 1225a73 commit 5beec63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

This module is installed via npm:

``` sh
```sh
npm install mos-plugin-shields --save
```
<!--/@-->
Expand Down Expand Up @@ -55,14 +55,14 @@ The currently supported shields are: travis, coveralls, npm, deps, devDeps, peer
* * *

<!--@dependencies({ shield: 'flat-square' })-->
## Dependencies [![Dependency status for master](https://img.shields.io/david/zkochan/mos-plugin-shields/master.svg?style=flat-square)](https://david-dm.org/zkochan/mos-plugin-shields/master)
## <a name="dependencies">Dependencies</a> [![Dependency status for master](https://img.shields.io/david/zkochan/mos-plugin-shields/master.svg?style=flat-square)](https://david-dm.org/zkochan/mos-plugin-shields/master)

- [shields](https://github.com/kenany/shields): Generate shields for your current project's README

<!--/@-->

<!--@devDependencies({ shield: 'flat-square' })-->
## Dev Dependencies [![devDependency status for master](https://img.shields.io/david/dev/zkochan/mos-plugin-shields/master.svg?style=flat-square)](https://david-dm.org/zkochan/mos-plugin-shields/master#info=devDependencies)
## <a name="dev-dependencies">Dev Dependencies</a> [![devDependency status for master](https://img.shields.io/david/dev/zkochan/mos-plugin-shields/master.svg?style=flat-square)](https://david-dm.org/zkochan/mos-plugin-shields/master#info=devDependencies)

- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ghooks": "^1.2.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"mos": "^0.11.1",
"mos": "^0.15.0",
"semantic-release": "^4.3.5",
"validate-commit-msg": "^2.6.1"
},
Expand Down

0 comments on commit 5beec63

Please sign in to comment.