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:
Evert Timberg 2020-10-01 08:34:37 -04:00 committed by GitHub
parent 948b88d301
commit 5c0d13981c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "chart.js",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
],