Skip to content

Commit

Permalink
fix: dmg-license optional dependency (#6244)
Browse files Browse the repository at this point in the history
* fix: "error [email protected]: The platform "linux" is incompatible with this module."
  • Loading branch information
mmaietta committed Sep 9, 2021
1 parent 45a0fe1 commit 8ccb2da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-socks-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

fix: dmg-license optional dependency
5 changes: 5 additions & 0 deletions .changeset/polite-birds-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dmg-builder": patch
---

fix: "error [email protected]: The platform "linux" is incompatible with this module."
3 changes: 1 addition & 2 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@
"@types/is-ci": "3.0.0",
"@types/js-yaml": "4.0.3",
"@types/semver": "7.3.8",
"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)",
"//": "electron-builder-squirrel-windows added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
"typings": "./out/index.d.ts"
}
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ccb2da

Please sign in to comment.