Skip to content

Commit

Permalink
fix(cna): add default version
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 5, 2022
1 parent cfa8ab9 commit 6742e3e
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 6742e3e

Please sign in to comment.