Skip to content

Commit

Permalink
more potential fixes; appdmg, module-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Nov 30, 2023
1 parent c9d91c2 commit f005f83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"yarn": "^1.22.15"
},
"optionalDependencies": {
"appdmg": "^0.6.6",
"gulp-appdmg": "^1.0.3",
"module-alias": "^2.2.3"
}
Expand Down
2 changes: 2 additions & 0 deletions src/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

require('module-alias/register');

/*global presetsFolders */
/*eslint no-undef: "error"*/

Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,23 @@ appdmg@^0.6.0:
path-exists "^4.0.0"
repeat-string "^1.5.4"

appdmg@^0.6.6:
version "0.6.6"
resolved "https://registry.yarnpkg.com/appdmg/-/appdmg-0.6.6.tgz#d06bd82b530032fd7a8f0970a1c6ee6196e1efce"
integrity sha512-GRmFKlCG+PWbcYF4LUNonTYmy0GjguDy6Jh9WP8mpd0T6j80XIJyXBiWlD0U+MLNhqV9Nhx49Gl9GpVToulpLg==
dependencies:
async "^1.4.2"
ds-store "^0.1.5"
execa "^1.0.0"
fs-temp "^1.0.0"
fs-xattr "^0.3.0"
image-size "^0.7.4"
is-my-json-valid "^2.20.0"
minimist "^1.1.3"
parse-color "^1.0.0"
path-exists "^4.0.0"
repeat-string "^1.5.4"

append-buffer@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/append-buffer/-/append-buffer-1.0.2.tgz#d8220cf466081525efea50614f3de6514dfa58f1"
Expand Down

0 comments on commit f005f83

Please sign in to comment.