Skip to content

Commit

Permalink
0.3.1 - Fix test exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
nealol committed Apr 13, 2024
1 parent 69d2187 commit b24dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.3.1",
"exports": "./mod.ts",
"publish": {
"exclude": "./test.ts"
"exclude": ["./test.ts"]
}
}

0 comments on commit b24dc28

Please sign in to comment.