From 42710cfee599a9df0c047d8aee960d0027d2bdc4 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Wed, 4 Jan 2017 23:46:06 +0900 Subject: [PATCH] refactor: remove libraries in package.json --- oh-my-cdn.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/oh-my-cdn.json b/oh-my-cdn.json index 4607a299..dc7e9e2b 100644 --- a/oh-my-cdn.json +++ b/oh-my-cdn.json @@ -1,13 +1,6 @@ { "directory": "compiled", "targets": { - "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://unpkg.com/react-redux@4.4.5/dist/react-redux.min.js", - "katex": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.js", - "katex-style": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.css", - "raphael": "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/master/raphael.js", "flowchart": "https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.3/flowchart.js" } }