@d3fc/d3fc-element
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="5.0.7"></a> | ||
## [5.0.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-element@5.0.6...@d3fc/d3fc-element@5.0.7) (2018-08-21) | ||
### Bug Fixes | ||
* update jsnext:main to module ([6738c69](https://github.com/d3fc/d3fc/commit/6738c69)) | ||
<a name="5.0.6"></a> | ||
@@ -8,0 +19,0 @@ ## [5.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-element@5.0.5...@d3fc/d3fc-element@5.0.6) (2018-08-21) |
{ | ||
"name": "@d3fc/d3fc-element", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"main": "build/d3fc-element.js", | ||
"jsnext:main": "index", | ||
"module": "index", | ||
"repository": { | ||
@@ -24,5 +24,5 @@ "type": "git", | ||
"devDependencies": { | ||
"@d3fc/d3fc-extent": "^3.0.4", | ||
"@d3fc/d3fc-extent": "^3.0.5", | ||
"@d3fc/d3fc-scripts": "^2.0.4", | ||
"@d3fc/d3fc-series": "^4.0.6", | ||
"@d3fc/d3fc-series": "^4.0.7", | ||
"babel-plugin-transform-custom-element-classes": "0.1.0", | ||
@@ -29,0 +29,0 @@ "babel-polyfill": "^6.13.0", |
43958