Skip to content

Commit

Permalink
fix(dmg-builder): fix dmg-license is incompatible with linux and win32 (
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Dec 14, 2020
1 parent a1a3ef3 commit 2b116d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dmg-builder/package.json
Expand Up @@ -15,12 +15,14 @@
"dependencies": {
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"dmg-license": "^1.0.8",
"fs-extra": "^9.0.1",
"iconv-lite": "^0.6.2",
"js-yaml": "^3.14.1",
"sanitize-filename": "^1.6.3"
},
"optionalDependencies": {
"dmg-license": "^1.0.8"
},
"devDependencies": {
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^3.12.5",
Expand Down

0 comments on commit 2b116d1

Please sign in to comment.