Skip to content

Commit e51ef5c

Browse files
committed
simplify files
1 parent ff6054a commit e51ef5c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@
2525
"url": "https://github.com/chartjs/Chart.js/issues"
2626
},
2727
"files": [
28-
"auto/**/*.js",
29-
"auto/**/*.d.ts",
30-
"dist/*.js",
31-
"dist/chunks/*.js",
32-
"types/*.d.ts",
33-
"types/helpers/*.d.ts",
34-
"helpers/**/*.js",
35-
"helpers/**/*.d.ts"
28+
"auto/**",
29+
"dist/**",
30+
"types/**",
31+
"helpers/**"
3632
],
3733
"scripts": {
3834
"autobuild": "rollup -c -w",

0 commit comments

Comments
 (0)