Skip to content

Commit

Permalink
move dmg-license to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Oct 29, 2023
1 parent f813f17 commit e8a0877
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 @@ -64,7 +64,6 @@
"@terminalone/eslint-config-custom": "*",
"concurrently": "^8.0.1",
"cross-env": "^7.0.3",
"dmg-license": "^1.0.11",
"electron": "^24.1.2",
"electron-builder": "^24.2.1",
"eslint": "^7.32.0",
Expand All @@ -73,6 +72,9 @@
"turbo": "^1.10.16",
"wait-on": "^7.0.1"
},
"optionalDependencies": {
"dmg-license": "^1.0.11"
},
"prettier": {
"semi": true,
"trailingComma": "all",
Expand Down

0 comments on commit e8a0877

Please sign in to comment.