From 2983e489cd5abeeb13c504b347a12627cc24f7d8 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Thu, 1 Oct 2020 08:50:01 -0400 Subject: [PATCH] The docs build to the dist folder but should not be packaged (#7832) --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f075902c..4d31abc5f 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,10 @@ "url": "https://github.com/chartjs/Chart.js/issues" }, "files": [ - "dist/**/*.js", - "dist/**/*.d.ts", + "dist/*.js", + "dist/*.d.ts", + "dist/chunks/*.js", + "dist/chunks/*.d.ts", "helpers/**/*.js", "helpers/**/*.d.ts" ], -- 2.47.2