Skip to content
This repository has been archived by the owner on Nov 5, 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 6a06de2 commit b90e20d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!--/@-->
<!--@shields.flatSquare('npm', 'travis', 'coveralls')-->
[![NPM version](https://img.shields.io/npm/v/mos-plugin-installation.svg?style=flat-square)](https://www.npmjs.com/package/mos-plugin-installation) [![Build status for master](https://img.shields.io/travis/zkochan/mos-plugin-installation/master.svg?style=flat-square)](https://travis-ci.org/zkochan/mos-plugin-installation) [![Test coverage for master](https://img.shields.io/coveralls/zkochan/mos-plugin-installation/master.svg?style=flat-square)](https://coveralls.io/r/zkochan/mos-plugin-installation?branch=master)
[![NPM version](https://img.shields.io/npm/v/mos-plugin-installation.svg?style=flat-square)](https://www.npmjs.com/package/mos-plugin-installation) [![Build status for master](https://img.shields.io/travis/mosjs/mos-plugin-installation/master.svg?style=flat-square)](https://travis-ci.org/mosjs/mos-plugin-installation) [![Test coverage for master](https://img.shields.io/coveralls/mosjs/mos-plugin-installation/master.svg?style=flat-square)](https://coveralls.io/r/mosjs/mos-plugin-installation?branch=master)
<!--/@-->

<!--@installation({useShortAlias: true})-->
Expand Down Expand Up @@ -55,15 +55,15 @@ If the package has `peerDependencies`, the installation command will suggest to
* * *

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

- [markdownscript](https://github.com/zkochan/markdownscript): Creates markdown Abstract Syntax Tree
- [mdast-util-to-string](https://github.com/wooorm/mdast-util-to-string): Utility to get the plain text content of a node

<!--/@-->

<!--@devDependencies({ shield: 'flat-square' })-->
## <a name="dev-dependencies">Dev Dependencies</a> [![devDependency status for master](https://img.shields.io/david/dev/zkochan/mos-plugin-installation/master.svg?style=flat-square)](https://david-dm.org/zkochan/mos-plugin-installation/master#info=devDependencies)
## <a name="dev-dependencies">Dev Dependencies</a> [![devDependency status for master](https://img.shields.io/david/dev/mosjs/mos-plugin-installation/master.svg?style=flat-square)](https://david-dm.org/mosjs/mos-plugin-installation/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 @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/zkochan/mos-plugin-installation"
"url": "https://github.com/mosjs/mos-plugin-installation"
},
"keywords": [
"mos-plugin",
Expand All @@ -32,9 +32,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/mos-plugin-installation/issues"
"url": "https://github.com/mosjs/mos-plugin-installation/issues"
},
"homepage": "https://github.com/zkochan/mos-plugin-installation#readme",
"homepage": "https://github.com/mosjs/mos-plugin-installation#readme",
"dependencies": {
"markdownscript": "^1.1.0",
"mdast-util-to-string": "^1.0.1"
Expand Down

0 comments on commit b90e20d

Please sign in to comment.