From: Evert Timberg Date: Thu, 1 Oct 2020 12:50:01 +0000 (-0400) Subject: The docs build to the dist folder but should not be packaged (#7832) X-Git-Tag: v3.0.0-beta.3~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2983e489cd5abeeb13c504b347a12627cc24f7d8;p=thirdparty%2FChart.js.git The docs build to the dist folder but should not be packaged (#7832) --- 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" ],