diff --git a/packages/es-observable/package.json b/packages/es-observable/package.json index 88b9d84..b5b2cab 100644 --- a/packages/es-observable/package.json +++ b/packages/es-observable/package.json @@ -4,11 +4,11 @@ "description": "ES Observable implementation", "main": "lib/index.js", "bugs": { - "url": "https://github.com/bigslycat/honeycombs/issues", + "url": "https://github.com/noveogroup/honeycombs/issues", "email": "me@stupidcat.wtf" }, - "repository": "bigslycat/honeycombs", - "homepage": "https://github.com/bigslycat/honeycombs/packages/es-observable", + "repository": "noveogroup/honeycombs", + "homepage": "https://github.com/noveogroup/honeycombs/packages/es-observable", "contributors": [ "Pavel Tereschenko (https://github.com/bigslycat)", "Timofey Kuzmin (https://github.com/tkuzmin)" diff --git a/packages/honeycombs/package.json b/packages/honeycombs/package.json index a73f7e5..6437c65 100644 --- a/packages/honeycombs/package.json +++ b/packages/honeycombs/package.json @@ -4,11 +4,11 @@ "description": "State manager with built-in side-effects", "main": "lib/index.js", "bugs": { - "url": "https://github.com/bigslycat/honeycombs/issues", + "url": "https://github.com/noveogroup/honeycombs/issues", "email": "me@stupidcat.wtf" }, - "repository": "bigslycat/honeycombs", - "homepage": "https://github.com/bigslycat/honeycombs/packages/honeycombs", + "repository": "noveogroup/honeycombs", + "homepage": "https://github.com/noveogroup/honeycombs/packages/honeycombs", "contributors": [ "Pavel Tereschenko (https://github.com/bigslycat)", "Timofey Kuzmin (https://github.com/tkuzmin)" @@ -27,8 +27,6 @@ ], "keywords": [ "Observable", - "FSM", - "finite-state machine", "store", "state", "state manager" diff --git a/packages/react-honeycombs/package.json b/packages/react-honeycombs/package.json index 9c7a87b..deb1a2b 100644 --- a/packages/react-honeycombs/package.json +++ b/packages/react-honeycombs/package.json @@ -4,11 +4,11 @@ "description": "Honeycombs React bindings", "main": "lib/index.js", "bugs": { - "url": "https://github.com/bigslycat/honeycombs/issues", + "url": "https://github.com/noveogroup/honeycombs/issues", "email": "me@stupidcat.wtf" }, - "repository": "bigslycat/honeycombs", - "homepage": "https://github.com/bigslycat/honeycombs/packages/react-honeycombs", + "repository": "noveogroup/honeycombs", + "homepage": "https://github.com/noveogroup/honeycombs/packages/react-honeycombs", "contributors": [ "Pavel Tereschenko (https://github.com/bigslycat)", "Timofey Kuzmin (https://github.com/tkuzmin)" @@ -31,8 +31,6 @@ ], "keywords": [ "Observable", - "FSM", - "finite-state machine", "store", "state", "state manager"