Skip to content

Commit

Permalink
Couple package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed May 4, 2024
1 parent 5c6040e commit 0b2bda9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:

npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ await build({
type: "git",
url: "git+https://github.com/exceptionless/fetchclient.git",
},
homepage: "https://github.com/exceptionless/fetchclient#readme",
bugs: {
url: "https://github.com/exceptionless/fetchclient/issues",
},
license: "Apache-2.0",
description:
"A simple fetch client with middleware support for Deno and the browser.",
Expand Down

0 comments on commit 0b2bda9

Please sign in to comment.