Skip to content

Commit

Permalink
change package manager in lerna.config to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbCaudill committed Jan 20, 2024
1 parent 949ba0a commit 95d8a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"npmClient": "yarn",
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "1.1.0-alpha.7"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automerge/automerge-repo-monorepo",
"version": "1.1.0-alpha.12",
"version": "1.1.0-alpha.13",
"description": "Automerge Repo monorepo",
"main": "packages/automerge-repo/dist/index.js",
"repository": "https://github.com/automerge/automerge-repo",
Expand Down

0 comments on commit 95d8a45

Please sign in to comment.