@d3fc/d3fc-chart
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.0.7"></a> | ||
## [2.0.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.0.6...@d3fc/d3fc-chart@2.0.7) (2018-08-21) | ||
### Bug Fixes | ||
* update jsnext:main to module ([6738c69](https://github.com/d3fc/d3fc/commit/6738c69)) | ||
<a name="2.0.6"></a> | ||
@@ -8,0 +19,0 @@ ## [2.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.0.5...@d3fc/d3fc-chart@2.0.6) (2018-08-21) |
{ | ||
"name": "@d3fc/d3fc-chart", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A simple Cartesian chart component that renders to canvas or SVG.", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "build/d3fc-chart.js", | ||
"jsnext:main": "index", | ||
"module": "index", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
"devDependencies": { | ||
"@d3fc/d3fc-annotation": "^2.0.6", | ||
"@d3fc/d3fc-extent": "^3.0.4", | ||
"@d3fc/d3fc-annotation": "^2.0.7", | ||
"@d3fc/d3fc-extent": "^3.0.5", | ||
"@d3fc/d3fc-scripts": "^2.0.4", | ||
@@ -33,7 +33,7 @@ "babel-polyfill": "^6.13.0", | ||
"dependencies": { | ||
"@d3fc/d3fc-axis": "^2.0.6", | ||
"@d3fc/d3fc-data-join": "^5.0.4", | ||
"@d3fc/d3fc-element": "^5.0.6", | ||
"@d3fc/d3fc-rebind": "^5.0.4", | ||
"@d3fc/d3fc-series": "^4.0.6", | ||
"@d3fc/d3fc-axis": "^2.0.7", | ||
"@d3fc/d3fc-data-join": "^5.0.5", | ||
"@d3fc/d3fc-element": "^5.0.7", | ||
"@d3fc/d3fc-rebind": "^5.0.5", | ||
"@d3fc/d3fc-series": "^4.0.7", | ||
"d3-scale": "^1.0.3", | ||
@@ -40,0 +40,0 @@ "d3-selection": "^1.0.2" |
163856
Updated@d3fc/d3fc-axis@^2.0.7
Updated@d3fc/d3fc-data-join@^5.0.5
Updated@d3fc/d3fc-element@^5.0.7
Updated@d3fc/d3fc-rebind@^5.0.5
Updated@d3fc/d3fc-series@^4.0.7