Skip to content

Commit

Permalink
move appdmg to optional
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Nov 27, 2023
1 parent bc77c60 commit 74fa4a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"appdmg": "0.6.6",
"css-loader": "^6.7.3",
"electron": "22.0.0",
"eslint": "^8.34.0",
Expand Down Expand Up @@ -70,5 +69,8 @@
"react-router-dom": "^6.8.1",
"yaml": "^2.2.1",
"zos-node-accessor": "^1.0.14"
},
"optionalDependencies": {
"appdmg": "0.6.6"
}
}

0 comments on commit 74fa4a0

Please sign in to comment.