We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b2d5c commit d513ed8Copy full SHA for d513ed8
src/app/index.ts
@@ -125,7 +125,7 @@ export default class BarbaGenerator extends Generator {
125
// Packages
126
const pkg = this.fs.readJSON(this.templatePath('package.json'));
127
128
- pkg.name = this.props.name;
+ pkg.name = dest;
129
130
if (origin === 'npm' && release !== 'linked') {
131
pkg.dependencies['@barba/core'] = version;
0 commit comments