Skip to content
This repository has been archived by the owner on Nov 7, 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 63a6f88 commit e8c88be
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-example.svg?style=flat-square)](https://www.npmjs.com/package/mos-plugin-example)
[![Build status for master](https://img.shields.io/travis/zkochan/mos-plugin-example/master.svg?style=flat-square)](https://travis-ci.org/zkochan/mos-plugin-example)
[![Test coverage for master](https://img.shields.io/coveralls/zkochan/mos-plugin-example/master.svg?style=flat-square)](https://coveralls.io/r/zkochan/mos-plugin-example?branch=master)
[![Build status for master](https://img.shields.io/travis/mosjs/mos-plugin-example/master.svg?style=flat-square)](https://travis-ci.org/mosjs/mos-plugin-example)
[![Test coverage for master](https://img.shields.io/coveralls/mosjs/mos-plugin-example/master.svg?style=flat-square)](https://coveralls.io/r/mosjs/mos-plugin-example?branch=master)
<!--/@-->

<!--@installation()-->
Expand Down Expand Up @@ -131,15 +131,15 @@ console.log(sum(...numbers))
* * *

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

- [codemo](https://github.com/zkochan/codemo): Embeds console output to the code
- [independent](https://github.com/zkochan/independent): Change relative requires to import actual modules

<!--/@-->

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

- [babel-preset-es2015-rollup](https://npmjs.org/package/babel-preset-es2015-rollup): This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it wi
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
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-example"
"url": "https://github.com/mosjs/mos-plugin-example"
},
"keywords": [
"mos-plugin",
Expand All @@ -34,9 +34,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/mos-plugin-example/issues"
"url": "https://github.com/mosjs/mos-plugin-example/issues"
},
"homepage": "https://github.com/zkochan/mos-plugin-example#readme",
"homepage": "https://github.com/mosjs/mos-plugin-example#readme",
"dependencies": {
"codemo": "^0.1.1",
"independent": "^0.1.1"
Expand Down

0 comments on commit e8c88be

Please sign in to comment.