From eb63b743b1c7a2a848807d52ff5d66c3a09ddbad Mon Sep 17 00:00:00 2001 From: TSUYUSATO Kitsune Date: Sat, 24 Sep 2016 12:07:53 +0900 Subject: [PATCH] use unpkg instead of npmcdn --- oh-my-cdn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-cdn.json b/oh-my-cdn.json index 717263f7..347a5f53 100644 --- a/oh-my-cdn.json +++ b/oh-my-cdn.json @@ -4,6 +4,6 @@ "react": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react.js", "react-dom": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react-dom.js", "redux": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.js", - "react-redux": "https://npmcdn.com/react-redux@4.4.5/dist/react-redux.min.js" + "react-redux": "https://unpkg.com/react-redux@4.4.5/dist/react-redux.min.js" } }