Skip to content

Commit

Permalink
Merge pull request #2 from solana-developers/beeman/package-manager-p…
Browse files Browse the repository at this point in the history
…roperty

fix: remove packageManager property from package.json
  • Loading branch information
beeman authored Jan 10, 2025
2 parents 4116218 + 8d2e13c commit 9849177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false

- name: Install Node.js
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@
"vite": "^5.4.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-tsconfig-paths": "^5.0.1"
},
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}
}

0 comments on commit 9849177

Please sign in to comment.