Skip to content

Commit

Permalink
make dependency optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnibs committed Apr 17, 2020
1 parent a7a2cba commit 97059c9
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 @@ -77,7 +77,6 @@
"cpx": "^1.5.0",
"electron": "^7.1.9",
"electron-devtools-installer": "^2.2.4",
"electron-installer-debian": "^3.0.0",
"electron-installer-dmg": "^3.0.0",
"electron-notarize": "^0.2.1",
"electron-packager": "^14.1.1",
Expand Down Expand Up @@ -142,5 +141,8 @@
"source-map-support": "^0.5.16",
"valid-url": "^1.0.9",
"zq": "brimsec/zq#v0.10.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0"
}
}

0 comments on commit 97059c9

Please sign in to comment.