Skip to content

Commit

Permalink
Build: Update release dependencies
Browse files Browse the repository at this point in the history
In particular, the `node-packager` update is required for the release process
to work on newer Node.js versions.

Closes gh-2239
  • Loading branch information
mgol committed Apr 22, 2024
1 parent 4da7a30 commit 9fcae94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/release.js
Expand Up @@ -153,7 +153,7 @@ Release.define( {
};

module.exports.dependencies = [
"download.jqueryui.com@2.2.7",
"node-packager@0.0.6",
"shelljs@0.8.4"
"download.jqueryui.com@2.2.12",
"node-packager@0.0.7",
"shelljs@0.8.5"
];

0 comments on commit 9fcae94

Please sign in to comment.