From e51ef5c30ed3321044e19de6895a151b96b95e52 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:48:50 -0700 Subject: [PATCH] simplify files --- package.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 4e742ada886..80db2514d0a 100644 --- a/package.json +++ b/package.json @@ -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",