Skip to content

Commit

Permalink
include @types package
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
sr229 authored Oct 8, 2024
1 parent c63a10a commit 201c4e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
with:
version: 9

- name: Get Dependencies
run: pnpm install
- name: Get Dependencies and Build
run: pnpm install && pnpm build

- name: Run Coverage and Lint
run: |
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"source"
],
"engines": {
"node": ">=20"
"node": "20.x"
},
"files": [
"dist",
Expand All @@ -65,6 +65,7 @@
"devDependencies": {
"@types/bun": "latest",
"@types/mocha": "^10.0.9",
"@types/node-fetch": "^2.6.11",
"bun": "^1.1.26",
"eslint": "^9.9.1",
"mocha": "^10.7.3",
Expand All @@ -76,5 +77,8 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": { "form-data": "^4.0.0", "node-fetch": "2.6.6" }
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "2.6.6"
}
}

0 comments on commit 201c4e3

Please sign in to comment.