Skip to content

Commit

Permalink
chore: Upgrade bun to 1.1, enable windows tests (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Apr 4, 2024
1 parent ccb7b2d commit 78c3e14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
# - windows-latest # Bun doesn't support windows yet...
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"bin": {
"check": "bin/check.mjs"
},
Expand Down Expand Up @@ -63,8 +61,6 @@
"declaration": true
},
"changelog": {
"excludeAuthors": [
"[email protected]"
]
"excludeAuthors": ["[email protected]"]
}
}
}

0 comments on commit 78c3e14

Please sign in to comment.