Skip to content

Commit

Permalink
fix(cna): add default version (#33006)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 6, 2022
1 parent b39e49e commit 5b47639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-next-app/create-app.ts
Expand Up @@ -203,6 +203,7 @@ export async function createApp({
*/
const packageJson = {
name: appName,
version: '0.1.0',
private: true,
scripts: {
dev: 'next dev',
Expand Down

0 comments on commit 5b47639

Please sign in to comment.