@d3fc/d3fc-label-layout
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="6.0.5"></a> | ||
## [6.0.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-label-layout@6.0.4...@d3fc/d3fc-label-layout@6.0.5) (2018-08-21) | ||
### Bug Fixes | ||
* update jsnext:main to module ([6738c69](https://github.com/d3fc/d3fc/commit/6738c69)) | ||
<a name="6.0.4"></a> | ||
@@ -8,0 +19,0 @@ ## [6.0.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-label-layout@6.0.3...@d3fc/d3fc-label-layout@6.0.4) (2018-08-21) |
{ | ||
"name": "@d3fc/d3fc-label-layout", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "A D3 layout that places labels avoiding overlaps using either a greedy or simulated annealing strategy", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "build/d3fc-label-layout.js", | ||
"jsnext:main": "index", | ||
"module": "index", | ||
"repository": { | ||
@@ -33,4 +33,4 @@ "type": "git", | ||
"dependencies": { | ||
"@d3fc/d3fc-data-join": "^5.0.4", | ||
"@d3fc/d3fc-rebind": "^5.0.4", | ||
"@d3fc/d3fc-data-join": "^5.0.5", | ||
"@d3fc/d3fc-rebind": "^5.0.5", | ||
"d3-array": "^1.0.0", | ||
@@ -37,0 +37,0 @@ "d3-scale": "^1.0.6", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274591
Updated@d3fc/d3fc-data-join@^5.0.5
Updated@d3fc/d3fc-rebind@^5.0.5