Skip to content

Commit

Permalink
build: Fix jsr.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Mar 14, 2024
1 parent 8f8af13 commit 239a113
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"name": "@humanwhocodes/retry",
"version": "0.2.2",
"exports": "./dist/retrier.js"
"exports": "./dist/retrier.js",
"publish": {
"include": [
"jsr.json",
"LICENSE",
"README.md",
"dist/retrier.js",
"dist/retrier.d.ts"
]
}
}

0 comments on commit 239a113

Please sign in to comment.