Skip to content

Commit

Permalink
slight tweaks to make deno publish work and publish to https://jsr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-azmi committed Mar 3, 2024
1 parent 3bf0c58 commit 4d0059b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
"./typedefs": "./src/typedefs.ts"
},
"publish": {
"include": [
"./src/",
"./readme.md",
"./license.md",
"./deno.json"
"exclude": [
"./.vscode/",
"./.github/",
"./test/",
"./build*.ts",
"clean.ts"
]
},
"test": {
Expand Down Expand Up @@ -81,6 +82,6 @@
"build-npm-dist": "cd \"./npm/\" && npm run build-dist",
"clean": "deno run -A ./clean.ts",
"test": "deno test -A",
"publish-jsr": "deno publish"
"publish-jsr": "deno publish --allow-slow-types"
}
}

0 comments on commit 4d0059b

Please sign in to comment.