We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46251c commit abffe42Copy full SHA for abffe42
lib/subflow/index.js
@@ -79,6 +79,7 @@ module.exports = async function(data, options) {
79
if (!data.license || (data.license === "")) {
80
data.license = "unknown";
81
}
82
+ data.keywords = data.keywords || meta.keywords;
83
data.info = meta.info;
84
85
var params = {
0 commit comments