Skip to content

Commit

Permalink
chore(package.json): ⬆️ mos@1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 21, 2016
1 parent 33286bd commit 1f4c3c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
24 changes: 8 additions & 16 deletions README.md
@@ -1,26 +1,20 @@
<!--@'# ' + package.name-->
<!--@'# ' + pkg.name-->
# independent
<!--/@-->

<!--@'> ' + package.description-->
<!--@'> ' + pkg.description-->
> Change relative requires to import actual modules
<!--/@-->
<!--@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 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)
[![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/master.svg?style=flat-square)](https://travis-ci.org/zkochan/independent) [![Coverage Status](https://img.shields.io/coveralls/zkochan/independent/master.svg?style=flat-square)](https://coveralls.io/r/zkochan/independent?branch=master)
<!--/@-->

<!--@installation()-->
## Installation

This module is installed via npm:

``` sh
npm install independent --save
```sh
npm i -S independent
```
<!--/@-->

## Usage

Expand All @@ -43,16 +37,14 @@ independent({
//> import sum from 'foo/sum'
```

<!--@license()-->
## License

[MIT](./LICENSE) © [Zoltan Kochan](http://kochan.io)
<!--/@-->

* * *

<!--@dependencies({ shield: 'flat-square' })-->
## Dependencies [![Dependency status for master](https://img.shields.io/david/zkochan/independent/master.svg?style=flat-square)](https://david-dm.org/zkochan/independent/master)
## <a name="dependencies">Dependencies</a> [![dependency status](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 +54,7 @@ independent({
<!--/@-->

<!--@devDependencies({ shield: 'flat-square' })-->
## 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)
## <a name="dev-dependencies">Dev Dependencies</a> [![devDependency status](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 All @@ -73,7 +65,7 @@ independent({
- [ghooks](https://github.com/gtramontina/ghooks): Simple git hooks
- [istanbul](https://github.com/gotwarlost/istanbul): Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [mos](https://github.com/zkochan/mos): A pluggable module that injects content into your markdown files via hidden JavaScript snippets
- [mos](https://github.com/mosjs/mos): A pluggable module that injects content into your markdown files via hidden JavaScript snippets
- [semantic-release](https://github.com/semantic-release/semantic-release): automated semver compliant package publishing
- [validate-commit-msg](https://github.com/kentcdodds/validate-commit-msg): Script to validate a commit message follows the conventional changelog standard

Expand Down
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -37,6 +37,11 @@
"url": "https://github.com/zkochan/independent/issues"
},
"homepage": "https://github.com/zkochan/independent#readme",
"mos": {
"installation": {
"useShortAlias": true
}
},
"dependencies": {
"@zkochan/async-replace": "0.3.0",
"read-pkg-up": "1.0.1",
Expand All @@ -53,7 +58,7 @@
"ghooks": "1.2.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"mos": "0.11.1",
"mos": "^1.1.1",
"semantic-release": "^4.3.5",
"validate-commit-msg": "2.6.0"
},
Expand Down

0 comments on commit 1f4c3c3

Please sign in to comment.