Skip to content

Commit

Permalink
Swap d3-3 back to d3 with a version pin.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Feb 13, 2018
1 parent 997e31b commit 15d8afe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"babel-preset-env": "^1.6.1",
"backbone": "^1.3.3",
"bootstrap": "^3.3.7",
"d3-3": "0.0.0",
"d3": "3",
"jquery": "^3.1.1",
"parcel-bundler": "^1.4.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as d3 from "d3-3";
import * as d3 from "d3";
import Colors from "./colorsets";

/* global Backbone */
Expand Down

Large diffs are not rendered by default.

0 comments on commit 15d8afe

Please sign in to comment.