Skip to content

Commit

Permalink
simplify files
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 26, 2022
1 parent ff6054a commit e51ef5c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Expand Up @@ -25,14 +25,10 @@
"url": "https://github.com/chartjs/Chart.js/issues"
},
"files": [
"auto/**/*.js",
"auto/**/*.d.ts",
"dist/*.js",
"dist/chunks/*.js",
"types/*.d.ts",
"types/helpers/*.d.ts",
"helpers/**/*.js",
"helpers/**/*.d.ts"
"auto/**",
"dist/**",
"types/**",
"helpers/**"
],
"scripts": {
"autobuild": "rollup -c -w",
Expand Down

0 comments on commit e51ef5c

Please sign in to comment.