Skip to content

Commit

Permalink
chore(package.json): ⬆️ mos@0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 17, 2016
1 parent 1f1c1ef commit 9d89be3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,8 +8,8 @@
<!--@shields.flatSquare('npm', 'travis', 'coveralls')-->
[![NPM version](https://img.shields.io/npm/v/independent.svg?style=flat-square)](https://www.npmjs.com/package/independent)
[![Build status](https://img.shields.io/travis/zkochan/independent.svg?style=flat-square)](https://travis-ci.org/zkochan/independent)
[![Test coverage](https://img.shields.io/coveralls/zkochan/independent.svg?style=flat-square)](https://coveralls.io/r/zkochan/independent?branch=master)
[![Build status for master](https://img.shields.io/travis/zkochan/independent/master.svg?style=flat-square)](https://travis-ci.org/zkochan/independent)
[![Test coverage for master](https://img.shields.io/coveralls/zkochan/independent/master.svg?style=flat-square)](https://coveralls.io/r/zkochan/independent?branch=master)
<!--/@-->

<!--@installation()-->
Expand Down Expand Up @@ -52,7 +52,7 @@ independent({
* * *

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

- [@zkochan/async-replace](https://github.com/zkochan/async-replace): Regex replacements using asynchronous callback functions
- [read-pkg-up](https://github.com/sindresorhus/read-pkg-up): Read the closest package.json file
Expand All @@ -62,7 +62,7 @@ independent({
<!--/@-->

<!--@devDependencies({ shield: 'flat-square' })-->
## Dev Dependencies [![devDependency status](https://img.shields.io/david/dev/zkochan/independent.svg?style=flat-square)](https://david-dm.org/zkochan/independent#info=devDependencies)
## Dev Dependencies [![devDependency status for master](https://img.shields.io/david/dev/zkochan/independent/master.svg?style=flat-square)](https://david-dm.org/zkochan/independent/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
Expand Up @@ -51,7 +51,7 @@
"ghooks": "1.2.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"mos": "0.11.0",
"mos": "0.11.1",
"semantic-release": "^4.3.5",
"validate-commit-msg": "2.6.0"
},
Expand Down

0 comments on commit 9d89be3

Please sign in to comment.