Skip to content

Commit 2983e48

Browse files
authored
The docs build to the dist folder but should not be packaged (chartjs#7832)
1 parent 08b69fd commit 2983e48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
"url": "https://github.com/chartjs/Chart.js/issues"
2626
},
2727
"files": [
28-
"dist/**/*.js",
29-
"dist/**/*.d.ts",
28+
"dist/*.js",
29+
"dist/*.d.ts",
30+
"dist/chunks/*.js",
31+
"dist/chunks/*.d.ts",
3032
"helpers/**/*.js",
3133
"helpers/**/*.d.ts"
3234
],

0 commit comments

Comments
 (0)