Commit 8e8db1e
committed
Fixed dependency order in bower.json
this dependecy order was causing loading error if using wiredep
```
rickshaw.js:9 Uncaught ReferenceError: d3 is not defined(anonymous function) @ rickshaw.js:9(anonymous function) @ rickshaw.js:11
```
rickshaw was being loaded before d31 parent e77fd81 commit 8e8db1e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments