Skip to content

Commit

Permalink
📝 rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumecrespel authored and fabienjuif committed Feb 5, 2020
1 parent 0cbe093 commit 0e12d04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Alakarte
Copyright (c) 2017 uni rakun

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# k-redux-saga-tester
[![CircleCI](https://circleci.com/gh/alakarteio/k-redux-saga-tester.svg?style=shield)](https://circleci.com/gh/alakarteio/k-redux-saga-tester) [![Coverage Status](https://coveralls.io/repos/github/alakarteio/k-redux-saga-tester/badge.svg?branch=master)](https://coveralls.io/github/alakarteio/k-redux-saga-tester?branch=master) [![NPM Version](https://badge.fury.io/js/k-redux-saga-tester.svg)](https://www.npmjs.com/package/k-redux-saga-tester)
[![CircleCI](https://circleci.com/gh/unirakun/k-redux-saga-tester.svg?style=shield)](https://circleci.com/gh/unirakun/k-redux-saga-tester) [![Coverage Status](https://coveralls.io/repos/github/unirakun/k-redux-saga-tester/badge.svg?branch=master)](https://coveralls.io/github/unirakun/k-redux-saga-tester?branch=master) [![NPM Version](https://badge.fury.io/js/k-redux-saga-tester.svg)](https://www.npmjs.com/package/k-redux-saga-tester)

Test your sagas (redux-saga) with ease, compatible with Jest snapshots!

Expand All @@ -24,10 +24,10 @@ describe('mySaga', () => {
})
```

# 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Test your sagas (redux-saga) with ease, compatible with Jest snapshots !",
"main": "lib/index.js",
"repository": "git@github.com:alakarteio/k-redux-saga-tester.git",
"repository": "git@github.com:unirakun/k-redux-saga-tester.git",
"author": "Fabien JUIF <fabien.juif@gmail.com>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 0e12d04

Please sign in to comment.