diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5253e8a..fff9c4c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 diff --git a/bun.lockb b/bun.lockb index 3ad8c54..ee52e30 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e7675d4..2912324 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,7 @@ }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "bin": { "check": "bin/check.mjs" }, @@ -63,8 +61,6 @@ "declaration": true }, "changelog": { - "excludeAuthors": [ - "aaronklinker1@gmail.com" - ] + "excludeAuthors": ["aaronklinker1@gmail.com"] } -} \ No newline at end of file +}