mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Update release dependencies
In particular, the `node-packager` update is required for the release process to work on newer Node.js versions. Closes gh-2239
This commit is contained in:
parent
4da7a30ff4
commit
9fcae942a6
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user