From 76508fbc3b0fca931257376c0af44a26c7db614d Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sun, 8 Jan 2017 23:45:34 +0900 Subject: [PATCH] refactor: remove oh-my-cdn --- lib/finder.html | 2 +- lib/main.html | 2 +- oh-my-cdn.json | 6 ------ package.json | 1 - 4 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 oh-my-cdn.json diff --git a/lib/finder.html b/lib/finder.html index cb55fe8b..cf46c30e 100644 --- a/lib/finder.html +++ b/lib/finder.html @@ -34,7 +34,7 @@ - + diff --git a/lib/main.html b/lib/main.html index 143c1642..a43985c0 100644 --- a/lib/main.html +++ b/lib/main.html @@ -62,7 +62,7 @@ - + diff --git a/oh-my-cdn.json b/oh-my-cdn.json deleted file mode 100644 index dc7e9e2b..00000000 --- a/oh-my-cdn.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "directory": "compiled", - "targets": { - "flowchart": "https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.3/flowchart.js" - } -} diff --git a/package.json b/package.json index cf2cc394..8aca27ea 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "jsdom": "^9.4.2", "merge-stream": "^1.0.0", "nib": "^1.1.0", - "oh-my-cdn": "^0.1.1", "react": "^15.3.0", "react-color": "^2.2.2", "react-css-modules": "^3.7.6",