Skip to content

Commit 5c0d139

Browse files
authored
Include dist/chunks in the NPM package (chartjs#7830)
* Include all files in the dist folder * Bump version for beta3 * Update lockfile
1 parent 948b88d commit 5c0d139

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chart.js",
33
"homepage": "https://www.chartjs.org",
44
"description": "Simple HTML5 charts using the canvas element.",
5-
"version": "3.0.0-beta.2",
5+
"version": "3.0.0-beta.3",
66
"license": "MIT",
77
"jsdelivr": "dist/chart.min.js",
88
"unpkg": "dist/chart.min.js",
@@ -25,8 +25,8 @@
2525
"url": "https://github.com/chartjs/Chart.js/issues"
2626
},
2727
"files": [
28-
"dist/*.js",
29-
"dist/*.d.ts",
28+
"dist/**/*.js",
29+
"dist/**/*.d.ts",
3030
"helpers/**/*.js",
3131
"helpers/**/*.d.ts"
3232
],

0 commit comments

Comments
 (0)