From bc2b981fde488934f7efdae0b698c9467e80e03c Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Thu, 16 Oct 2014 10:46:37 -0500 Subject: [PATCH 1/2] switch react-router from github to npm --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 424f9db..bd73018 100644 --- a/registry.json +++ b/registry.json @@ -68,7 +68,7 @@ "raphael": "github:DmitryBaranovskiy/raphael", "reqwest": "github:ded/reqwest", "react": "github:reactjs/react-bower", - "react-router": "github:rackt/react-router", + "react-router": "npm:react-router", "respond": "github:scottjehl/Respond", "rest": "github:cujojs/rest", "select2": "github:ivaynberg/select2", From 1bdcfe400bfb70216f1b42345363a65ac93b63d8 Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Thu, 16 Oct 2014 11:01:48 -0500 Subject: [PATCH 2/2] Change react from github to npm --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 9cf9ed2..7c27ff5 100644 --- a/registry.json +++ b/registry.json @@ -71,7 +71,7 @@ "quint": "github:jquery/qunit", "raphael": "github:DmitryBaranovskiy/raphael", "ratchet": "github:maker/ratchet", - "react": "github:reactjs/react-bower", + "react": "npm:react", "react-router": "npm:react-router", "reqwest": "github:ded/reqwest", "respond": "github:scottjehl/Respond",