diff --git a/index.js b/index.js index 3a1a6c0..7238fb5 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ import RadialGauge from './RadialGauge.jsx'; -module.exports = { RadialGauge } \ No newline at end of file +export default { RadialGauge } \ No newline at end of file diff --git a/package.json b/package.json index dab1a62..13eba62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-chartjs-2-aleleba", - "version": "1.0.0", + "name": "chartjs-2-react", + "version": "1.0.1", "description": "Libreria de chart.js para react desarrollada por Alejandro Lembke Barrientos.", "main": "index.jsx", "scripts": {