Skip to content

Commit

Permalink
Fix package manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
reilem committed Feb 23, 2024
1 parent cba8186 commit 9067b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
run_pnpm_scripts:
run_checks:
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"keywords": [
"zod",
"geojson",
"schema"
"schema",
"validation"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"packageManager": "[email protected]",
"scripts": {
"test": "jest",
"clean": "rimraf lib",
Expand Down

0 comments on commit 9067b8a

Please sign in to comment.