@keyvaluesystems/react-dot-matrix-chart
Advanced tools
Comparing version 0.2.4 to 0.2.5
/*! | ||
* | ||
* @keyvaluesystems/react-dot-matrix-chart v0.2.4 | ||
* @keyvaluesystems/react-dot-matrix-chart v0.2.5 | ||
* https://github.com/KeyValueSoftwareSystems/react-dot-matrix-chart | ||
@@ -5,0 +5,0 @@ * |
{ | ||
"name": "@keyvaluesystems/react-dot-matrix-chart", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "A Dot Matrix Chart component", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -23,3 +23,3 @@ | ||
```bash | ||
npm install react-dot-matrix-chart | ||
npm install @keyvaluesystems/react-dot-matrix-chart | ||
``` | ||
@@ -39,3 +39,3 @@ | ||
import DotMatrix from 'react-dot-matrix-chart'; | ||
import DotMatrix from '@keyvaluesystems/react-dot-matrix-chart'; | ||
@@ -42,0 +42,0 @@ <DotMatrix |
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
93303