@manufac/reactjs-calendar-heatmap
Advanced tools
Comparing version
{ | ||
"name": "@manufac/reactjs-calendar-heatmap", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "React component for d3.js calendar heatmap graph.", | ||
@@ -26,6 +26,6 @@ "homepage": "https://manufac-analytics.github.io/reactjs-calendar-heatmap/", | ||
"import": "./dist/umd/index.js", | ||
"require": "./dist/umd/index.js" | ||
"require": "./dist/esm/index.js" | ||
}, | ||
"main": "dist/umd/index.js", | ||
"module": "dist/umd/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/umd/types.d.ts", | ||
@@ -32,0 +32,0 @@ "files": [ |