Skip to content

Commit

Permalink
updates d3plus dependencies and adds d3plus-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Oct 31, 2016
1 parent 3019ef0 commit 4c50675
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"d3-array": "^1.0.1",
"d3-collection": "^1.0.1",
"d3-scale": "^1.0.3",
"d3plus-axis": "^0.3.10",
"d3plus-common": "^0.5.25",
"d3plus-shape": "^0.8.18",
"d3plus-viz": "^0.3.7"
"d3plus-axis": "^0.3.11",
"d3plus-common": "^0.6.5",
"d3plus-shape": "^0.8.19",
"d3plus-viz": "^0.3.10"
},
"scripts": {
"build": "d3plus-build",
Expand All @@ -40,5 +40,8 @@
"examples": "d3plus-examples",
"release": "d3plus-release",
"test": "d3plus-test"
},
"devDependencies": {
"d3plus-dev": "^0.1.11"
}
}

0 comments on commit 4c50675

Please sign in to comment.