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 ad3ba1e commit 502c187Copy full SHA for 502c187
packages/create-react-native-library/src/index.ts
@@ -577,6 +577,7 @@ async function create(argv: yargs.Arguments<any>) {
577
repo: repoUrl,
578
example,
579
turborepo,
580
+ year: new Date().getFullYear(),
581
};
582
583
const copyDir = async (source: string, dest: string) => {
packages/create-react-native-library/templates/common/LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2022 <%- author.name -%>
+Copyright (c) <%- year -%> <%- author.name -%>
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments