@d3fc/d3fc-pointer
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.0.6"></a> | ||
## [2.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-pointer@2.0.5...@d3fc/d3fc-pointer@2.0.6) (2018-08-29) | ||
### Bug Fixes | ||
* use single d3 reference for bundleSpecs ([3d0a47e](https://github.com/d3fc/d3fc/commit/3d0a47e)) | ||
<a name="2.0.5"></a> | ||
@@ -8,0 +19,0 @@ ## [2.0.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-pointer@2.0.4...@d3fc/d3fc-pointer@2.0.5) (2018-08-21) |
{ | ||
"name": "@d3fc/d3fc-pointer", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Component which emits the current mouse or touch position over a selection", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,4 +11,3 @@ import jsdom from 'jsdom'; | ||
scripts: [ | ||
'./node_modules/d3-dispatch/build/d3-dispatch.js', | ||
'./node_modules/d3-selection/dist/d3-selection.js', | ||
require.resolve('d3/dist/d3.js'), | ||
'./node_modules/@d3fc/d3fc-rebind/build/d3fc-rebind.js', | ||
@@ -15,0 +14,0 @@ './build/d3fc-pointer.js' |
12278
174