We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b135188 commit 946098fCopy full SHA for 946098f
package.json
@@ -27,7 +27,7 @@
27
"composer.json",
28
"dist/*.css",
29
"dist/*.js",
30
- "src"
+ "src/chart.js"
31
],
32
"devDependencies": {
33
"clean-css": "^4.2.1",
src/chart.js
@@ -0,0 +1,6 @@
1
+/**
2
+ * DEPRECATED since version 2.8, this file is provided for
3
+ * backward compatibility and will be removed at version 3.
4
+ * https://github.com/chartjs/Chart.js/pull/6105
5
+ */
6
+module.exports = require('../dist/Chart');
0 commit comments