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 235b5ab commit 51ed531Copy full SHA for 51ed531
src/index.js
@@ -49,7 +49,7 @@ Add a \`displayName\` to at least one of them to prevent name collision.
49
`);
50
}
51
52
- return new Set([...state, projectName]);
+ return new Set([...state, displayName || basename]);
53
},
54
new Set()
55
);
0 commit comments