Skip to content

Commit d19ab51

Browse files
committed
Drop c3 and d3 dependencies
These are no longer used as of possibly #57, but it's hard to tell.
1 parent 2cc440e commit d19ab51

File tree

3 files changed

+9
-481
lines changed

3 files changed

+9
-481
lines changed

demo/template-index.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/css/bootstrap-select.min.css" integrity="sha256-IW5fdxFdf6I5MsRbl2dOje41oOvdZhIpgcE8sBnYVus=" crossorigin="anonymous" />
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/css/bootstrap3/bootstrap-switch.min.css" integrity="sha256-4e0eiRTk64tQnM9hmntNxCg5nuKU5MQG/uuCZ7WgfXc=" crossorigin="anonymous" />
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-treeview/1.2.0/bootstrap-treeview.min.css" integrity="sha256-ULjuiZ9iqqf97EETp/mZrnLusfOwISiI6AIL0IXShbc=" crossorigin="anonymous" />
9-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.11/c3.min.css" integrity="sha256-gl80aFE+bSTFw7UJf+ne/RkwC55cjidIp0Oe3AX5pfo=" crossorigin="anonymous" />
109
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.15.0/css/patternfly.min.css" integrity="sha256-diRy1ATB0S3T0V8x8YwYt4T/pVQO4FQKbJkl55RMtEs=" crossorigin="anonymous" />
1110
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.15.0/css/patternfly-additions.min.css" integrity="sha256-czjCMXClrusnJhsibSCfyFzwindTJ/NK616Dq3dQTSg=" crossorigin="anonymous" />
1211
<link rel="stylesheet" href="css/vendor.css">

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@
4848
"browser-sync": "^2.18.2",
4949
"browser-sync-spa": "^1.0.3",
5050
"browser-sync-webpack-plugin": "^1.1.3",
51-
"c3": "^0.4.11",
5251
"copy-webpack-plugin": "^4.6.0",
5352
"coveralls": "^2.11.15",
5453
"css-loader": "^0.28.11",
55-
"d3": "^4.4.1",
5654
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
5755
"eslint": "~3.9.1",
5856
"expose-loader": "^0.7.1",

0 commit comments

Comments
 (0)