Skip to content

Commit

Permalink
Remove versions from the package.json in templates.
Browse files Browse the repository at this point in the history
To be consistent with #27121.
  • Loading branch information
oBusk committed Oct 26, 2021
1 parent 6f14679 commit 6daadcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-next-app/create-app.ts
Expand Up @@ -203,7 +203,6 @@ export async function createApp({
*/
const packageJson = {
name: appName,
version: '0.1.0',
private: true,
scripts: {
dev: 'next dev',
Expand Down

0 comments on commit 6daadcb

Please sign in to comment.