From d09ebbe8f391868a1524effed0794af89fbdd101 Mon Sep 17 00:00:00 2001 From: Guillaume CRESPEL Date: Wed, 5 Feb 2020 15:28:12 +0100 Subject: [PATCH 1/2] :memo: rebranding --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c35658..b22a097 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) From 7bf953f234790307c9411c9d4353a563b8fe0340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 14:28:47 +0000 Subject: [PATCH 2/2] :arrow_up: Bump extend from 3.0.1 to 3.0.2 Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index ec4751c..6e36cb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"