Skip to content

Commit

Permalink
fix(cna): add default version (vercel#33006)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 authored and natew committed Feb 16, 2022
1 parent 4da3649 commit 6482ab5
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 6482ab5

Please sign in to comment.