Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump extend from 3.0.1 to 3.0.2 #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Make a Router from [mobx-state-tree](https://github.com/mobxjs/mobx-state-tree) model !

[![CircleCI](https://circleci.com/gh/alakarteio/k-mst-router.svg?style=shield)](https://circleci.com/gh/alakarteio/k-mst-router) [![Coverage Status](https://coveralls.io/repos/github/alakarteio/k-mst-router/badge.svg?branch=master)](https://coveralls.io/github/alakarteio/k-mst-router?branch=master) [![NPM Version](https://badge.fury.io/js/k-mst-router.svg)](https://www.npmjs.com/package/k-mst-router)
[![Size](http://img.badgesize.io/alakarteio/k-mst-router/master/index.js.svg)]()
[![CircleCI](https://circleci.com/gh/unirakun/k-mst-router.svg?style=shield)](https://circleci.com/gh/unirakun/k-mst-router) [![Coverage Status](https://coveralls.io/repos/github/unirakun/k-mst-router/badge.svg?branch=master)](https://coveralls.io/github/unirakun/k-mst-router?branch=master) [![NPM Version](https://badge.fury.io/js/k-mst-router.svg)](https://www.npmjs.com/package/k-mst-router)
[![Size](http://img.badgesize.io/unirakun/k-mst-router/master/index.js.svg)]()

## Contents
- [Purpose](#purpose)
Expand Down Expand Up @@ -61,10 +61,10 @@ TODO
3. Change routes with `go` action: `store.router.go('new')`
4. It supports parameters: `store.router.go('edit', { id: 3 })`

# About ![alakarteio](http://alakarte.io/assets/img/logo.markdown.png)
**alakarteio** is created by two passionate french developers.
# About uni rakun ![unirakun](https://avatars3.githubusercontent.com/u/26111459?s=50&v=4)
**uni rakun** is created by two passionate french developers.

Do you want to contact them ? Go to their [website](http://alakarte.io)
Do you want to contact them ? Go to their [website](https://unirakun.fr)

<table border="0">
<tr>
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1577,8 +1577,8 @@ expect@^22.0.3:
jest-regex-util "^22.0.3"

extend@~3.0.0, extend@~3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"

external-editor@^2.0.4:
version "2.1.0"
Expand Down