Skip to content

Commit

Permalink
fix: add dmg-builder and squirrel-windows to dependency for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhou-glean committed Feb 14, 2024
1 parent 0403278 commit 50c1664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
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 50c1664

Please sign in to comment.