mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-02-01 17:47:09 +00:00
Include dist/chunks in the NPM package (#7830)
* Include all files in the dist folder * Bump version for beta3 * Update lockfile
This commit is contained in:
parent
948b88d301
commit
5c0d13981c
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chart.js",
|
||||
"version": "3.0.0-beta.2",
|
||||
"version": "3.0.0-beta.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "chart.js",
|
||||
"homepage": "https://www.chartjs.org",
|
||||
"description": "Simple HTML5 charts using the canvas element.",
|
||||
"version": "3.0.0-beta.2",
|
||||
"version": "3.0.0-beta.3",
|
||||
"license": "MIT",
|
||||
"jsdelivr": "dist/chart.min.js",
|
||||
"unpkg": "dist/chart.min.js",
|
||||
@ -25,8 +25,8 @@
|
||||
"url": "https://github.com/chartjs/Chart.js/issues"
|
||||
},
|
||||
"files": [
|
||||
"dist/*.js",
|
||||
"dist/*.d.ts",
|
||||
"dist/**/*.js",
|
||||
"dist/**/*.d.ts",
|
||||
"helpers/**/*.js",
|
||||
"helpers/**/*.d.ts"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user