Skip to content

Commit da1cdcb

Browse files
timoxleyimpronunciable
authored andcommitted
next init: create package.json with empty description (vercel#135)
1 parent cab1f48 commit da1cdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/next-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exists(join(dir, 'package.json'))
3939

4040
const basePackage = `{
4141
"name": "my-app",
42-
"description": "my app",
42+
"description": "",
4343
"dependencies": {
4444
"next": "latest"
4545
},

0 commit comments

Comments
 (0)