Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly include package.json files for subpackages #10513

Merged
merged 1 commit into from Jul 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -6,9 +6,6 @@ on:
contents: write # for actions/upload-release-asset to upload release asset
types: [published]

permissions:
contents: read

jobs:
setup:
permissions:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "https://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "3.8.1",
"version": "3.8.2",
"license": "MIT",
"jsdelivr": "dist/chart.min.js",
"unpkg": "dist/chart.min.js",
Expand All @@ -25,12 +25,14 @@
"url": "https://github.com/chartjs/Chart.js/issues"
},
"files": [
"auto/package.json",
"auto/**/*.js",
"auto/**/*.d.ts",
"dist/*.js",
"dist/chunks/*.js",
"types/*.d.ts",
"types/helpers/*.d.ts",
"helpers/package.json",
"helpers/**/*.js",
"helpers/**/*.d.ts"
],
Expand Down