mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
next init: create package.json with empty description (#135)
This commit is contained in:
parent
cab1f48d1e
commit
da1cdcb843
|
@ -39,7 +39,7 @@ exists(join(dir, 'package.json'))
|
||||||
|
|
||||||
const basePackage = `{
|
const basePackage = `{
|
||||||
"name": "my-app",
|
"name": "my-app",
|
||||||
"description": "my app",
|
"description": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "latest"
|
"next": "latest"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue