Skip to content

Commit

Permalink
fix: add dmg-builder and squirrel-windows to peerDependencies for pnpm (
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhou-glean committed Feb 17, 2024
1 parent ccbb80d commit 6a4f605
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-sheep-camp.md
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix: add dmg-builder and squirrel-windows to peer dependency for pnpm
4 changes: 4 additions & 0 deletions packages/app-builder-lib/package.json
Expand Up @@ -105,6 +105,10 @@
"dmg-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*"
},
"peerDependencies": {
"dmg-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*"
},
"//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
"typings": "./out/index.d.ts"
}

0 comments on commit 6a4f605

Please sign in to comment.