From 1e56fcc058036c5a4387106c3875884f27ffb0cf Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Sun, 23 Aug 2015 17:36:38 +0100 Subject: [PATCH] Add Redux and React Redux to registry [Redux](https://github.com/rackt/redux) [React-Redux](https://github.com/rackt/react-redux) --- registry.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry.json b/registry.json index aa39881..ae61581 100644 --- a/registry.json +++ b/registry.json @@ -331,6 +331,8 @@ "react-dom": "npm:react-dom", "react-router": "npm:react-router", "readline": "github:jspm/nodelibs-readline", + "redux": "npm:redux", + "react-redux": "npm:react-redux", "reflect-metadata": "npm:reflect-metadata", "reflux": "npm:reflux", "regenerator": "npm:regenerator",