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

Commit

Permalink
fix: move the package to the mosjs organization
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 15, 2016
1 parent ddd2c88 commit a1aea1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!--@shields.flatSquare('npm', 'travis', 'coveralls')-->
[![NPM version](https://img.shields.io/npm/v/mos-plugin-shields.svg?style=flat-square)](https://www.npmjs.com/package/mos-plugin-shields)
[![Build status for master](https://img.shields.io/travis/zkochan/mos-plugin-shields/master.svg?style=flat-square)](https://travis-ci.org/zkochan/mos-plugin-shields)
[![Test coverage for master](https://img.shields.io/coveralls/zkochan/mos-plugin-shields/master.svg?style=flat-square)](https://coveralls.io/r/zkochan/mos-plugin-shields?branch=master)
[![Build status for master](https://img.shields.io/travis/mosjs/mos-plugin-shields/master.svg?style=flat-square)](https://travis-ci.org/mosjs/mos-plugin-shields)
[![Test coverage for master](https://img.shields.io/coveralls/mosjs/mos-plugin-shields/master.svg?style=flat-square)](https://coveralls.io/r/mosjs/mos-plugin-shields?branch=master)
<!--/@-->

<!--@installation()-->
Expand Down Expand Up @@ -55,14 +55,14 @@ The currently supported shields are: travis, coveralls, npm, deps, devDeps, peer
* * *

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

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

<!--/@-->

<!--@devDependencies({ shield: 'flat-square' })-->
## <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)
## <a name="dev-dependencies">Dev Dependencies</a> [![devDependency status for master](https://img.shields.io/david/dev/mosjs/mos-plugin-shields/master.svg?style=flat-square)](https://david-dm.org/mosjs/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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/zkochan/mos-plugin-shields"
"url": "https://github.com/mosjs/mos-plugin-shields"
},
"keywords": [
"mos-plugin",
Expand All @@ -35,9 +35,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/mos-plugin-shields/issues"
"url": "https://github.com/mosjs/mos-plugin-shields/issues"
},
"homepage": "https://github.com/zkochan/mos-plugin-shields#readme",
"homepage": "https://github.com/mosjs/mos-plugin-shields#readme",
"dependencies": {
"shields": "^2.1.0"
},
Expand Down

0 comments on commit a1aea1b

Please sign in to comment.