mirror of
https://github.com/aleleba/chartjs-2-react.git
synced 2025-07-03 12:18:17 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a73b19b65f |
2
index.js
2
index.js
@ -1,3 +1,3 @@
|
|||||||
import RadialGauge from './RadialGauge.jsx';
|
import RadialGauge from './RadialGauge.jsx';
|
||||||
|
|
||||||
module.exports = { RadialGauge }
|
export default { RadialGauge }
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-chartjs-2-aleleba",
|
"name": "chartjs-2-react",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Libreria de chart.js para react desarrollada por Alejandro Lembke Barrientos.",
|
"description": "Libreria de chart.js para react desarrollada por Alejandro Lembke Barrientos.",
|
||||||
"main": "index.jsx",
|
"main": "index.jsx",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user