ngx-heatmap
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ngx-heatmap", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"peerDependencies": { | ||
@@ -8,3 +8,3 @@ "@angular/common": "^9.1.4", | ||
"tslib": "^1.10.0", | ||
"heatmap.js": "git+https://github.com/ionata/heatmap.js.git" | ||
"heatmap.js": "git+https://github.com/sanuradhag/heatmap.js" | ||
}, | ||
@@ -11,0 +11,0 @@ "main": "bundles/ngx-heatmap.umd.js", |
@@ -10,2 +10,6 @@ # ngx heatmap | ||
npm install --save ngx-heatmap | ||
For now you have to install following dependency since Angular 9 and heatmap.js have problems when resolving peer dependencies | ||
npm install --save git+https://github.com/sanuradhag/heatmap.js | ||
@@ -12,0 +16,0 @@ Then import **`NgxHeatmapModule`** and include it in your apps for module. |
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
110711
85