Skip to content

Commit

Permalink
chore: remove "exclude" list from jsr config (#4449)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Mar 8, 2024
1 parent 0f3522f commit 56e3054
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _tools/convert_to_workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ for (const pkg of packages) {
name: `@std/${fixPackageName(pkg)}`,
version: VERSION,
exports,
exclude: [
"**/*_test*.ts",
"**/*_test*.js",
"**/testdata/**",
],
};
/** @see {@link https://github.com/denoland/deno/issues/22317} */
if (pkg === "crypto") {
Expand Down

0 comments on commit 56e3054

Please sign in to comment.