Skip to content

Commit

Permalink
dep: bump npm dependencies (#1587)
Browse files Browse the repository at this point in the history
* dep: bump npm dependencies
  - fs-extra@11.1.1
  - nopt@7.1.0
  - @cordova/eslint-config@5.0.0
  - jasmine@4.6.0
* chore: apply eslint fix
  • Loading branch information
erisu committed Apr 6, 2023
1 parent d4bfd50 commit c201343
Show file tree
Hide file tree
Showing 5 changed files with 1,556 additions and 621 deletions.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports.run = function (options, optResolvedTarget) {
}

return {
paths: paths,
paths,
buildType: opts.buildType
};
});
Expand Down
2 changes: 1 addition & 1 deletion lib/check_reqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const Requirement = function (id, name, version, installed) {
this.name = name;
this.installed = installed || false;
this.metadata = {
version: version
version
};
};

Expand Down
4 changes: 2 additions & 2 deletions lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ function prepareIcons (icons) {
}

return {
android_icons: android_icons,
default_icon: default_icon
android_icons,
default_icon
};
}

Expand Down

0 comments on commit c201343

Please sign in to comment.