diff --git a/package.json b/package.json index 204f3d9..d22f8cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chartjs-2-react", - "version": "1.0.6", + "version": "1.0.7", "description": "Libreria de chart.js para React.js", "author": "aleleba", "license": "MIT", diff --git a/src/index.js b/src/index.js index 980292e..0c46a25 100644 --- a/src/index.js +++ b/src/index.js @@ -1,3 +1,3 @@ import RadialGaugue from './RadialGauge.jsx'; -export { RadialGaugue } +export default { RadialGaugue }