Skip to content

Commit

Permalink
chore: Define expected package manager
Browse files Browse the repository at this point in the history
The "packageManager" field defines which package
manager is expected to be used when working on the
current project. It can set to any of the supported
package managers, and will ensure that your teams
use the exact same package manager versions without
having to install anything else than Node.js. See
https://nodejs.org/dist/latest-v16.x/docs/api/all.html#all_packages_packagemanager
for more information.

This commit sets the expected package manager in
`workers-sdk` to `pnpm@9.1.3`.
  • Loading branch information
CarmenPopoviciu committed Jun 21, 2024
1 parent 87eb4c6 commit 92b0416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"capnp-ts@0.7.0": "patches/capnp-ts@0.7.0.patch",
"pg@8.11.3": "patches/pg@8.11.3.patch"
}
}
},
"packageManager": "pnpm@9.1.3"
}

0 comments on commit 92b0416

Please sign in to comment.