Skip to content

Commit 358a91d

Browse files
committed
fix: update copyright in generated readme
1 parent d0da51f commit 358a91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/answerHandlers/createNewProjectFiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class CreateNewProjectFiles {
133133
// create readme.md
134134
fs.writeFileSync(
135135
path.join(this.path, 'readme.md'),
136-
`# ${this.projectName}\n\n2022\nCreated with ♥ by [typescript-project-scaffolding](https://github.com/Trickfilm400/typescript-project-scaffolding)`
136+
`# ${this.projectName}\n\n© 2023\n\nCreated with ♥ by [typescript-project-scaffolding](https://github.com/Trickfilm400/typescript-project-scaffolding)`
137137
);
138138
fs.copyFileSync(path.join(this.staticPath, 'gitignore'), path.join(this.path, '.gitignore'));
139139
//copy a tsconfig file with declarations true if it is a npm module

0 commit comments

Comments
 (0)