Skip to content

Commit

Permalink
Merge pull request #26 from swisspost/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
MonsieurBon authored Feb 22, 2024
2 parents caf8477 + a18ebf3 commit b65f68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ protected void generatePackageJson(String version) throws IOException {
customConfig.put("namespace", namespace);

if (shortname != null && shortname.length() > 0) {
customConfig.put("shortname", shortname);
customConfig.put("shortName", shortname);
}
customConfig.put("projectName", getProjectName());
customConfig.put("title", getTitle(apiSpec));
Expand Down

0 comments on commit b65f68d

Please sign in to comment.