Skip to content

Commit

Permalink
Update lib/defaults.js
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Heimler <heimlersimon@gmail.com>
  • Loading branch information
ductaily and Fannon committed Aug 28, 2024
1 parent 278bb51 commit 6115f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
return {
ordId: `${regexWithRemoval(name)}:package:${capNamespace}${tag}`,
title: nameWithSpaces(name),
shortDescription: "Description for " + nameWithSpaces(name),
shortDescription: "Short description for " + nameWithSpaces(name),
description: "Description for " + nameWithSpaces(name),
version: "1.0.0",
partOfProducts: [defaultProductOrdId(name)],
Expand Down

0 comments on commit 6115f19

Please sign in to comment.