From b7d9e18be04cc7c49622e689abbd1220bf4aeebd Mon Sep 17 00:00:00 2001 From: Sergey Sova Date: Tue, 4 Dec 2018 15:35:38 +0300 Subject: [PATCH] move to another workspace --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 658f4b9..bbcdb86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# redux-symbiote [![Build Status](https://travis-ci.org/atomixinteractions/redux-symbiote.svg?branch=master)](https://travis-ci.org/atomixinteractions/redux-symbiote) [![Coverage Status](https://coveralls.io/repos/github/atomixinteractions/redux-symbiote/badge.svg?branch=master)](https://coveralls.io/github/atomixinteractions/redux-symbiote?branch=master) +# redux-symbiote [![Build Status](https://travis-ci.org/sergeysova/redux-symbiote.svg?branch=master)](https://travis-ci.org/atomixinteractions/redux-symbiote) [![Coverage Status](https://coveralls.io/repos/github/atomixinteractions/redux-symbiote/badge.svg?branch=master)](https://coveralls.io/github/atomixinteractions/redux-symbiote?branch=master) Write your actions and reducers without pain diff --git a/package.json b/package.json index 257b25d..52337e3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/atomixinteractions/redux-symbiote.git" + "url": "git+https://github.com/sergeysova/redux-symbiote.git" }, "contributors": [ "Sergey Sova (https://sergeysova.com)", @@ -28,7 +28,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/atomixinteractions/redux-symbiote/issues" + "url": "https://github.com/sergeysova/redux-symbiote/issues" }, "keywords": [ "redux", @@ -39,7 +39,7 @@ "act", "reducer" ], - "homepage": "https://github.com/atomixinteractions/redux-symbiote#readme", + "homepage": "https://github.com/sergeysova/redux-symbiote#readme", "dependencies": { "symbiote-symbol": "^1.1.0" },