rollup-plugin-chartjs-globals
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -26,5 +26,6 @@ var helperNamespacesInRoot = ['core', 'color', 'extras']; | ||
outputOptions: function(options) { | ||
return chartjsGlobals(options.globals); | ||
options.globals = chartjsGlobals(options.globals); | ||
return options; | ||
} | ||
}; | ||
}; |
{ | ||
"name": "rollup-plugin-chartjs-globals", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Rollup plugin for Chart.js v3 extensions", | ||
@@ -34,3 +34,4 @@ "main": "index.js", | ||
"eslint-config-esnext": "^4.1.0" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
2918
26