1
0
Fork 0
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:
Tim Oxley 2016-10-28 04:05:30 -07:00 committed by Dan Zajdband
parent cab1f48d1e
commit da1cdcb843

View file

@ -39,7 +39,7 @@ exists(join(dir, 'package.json'))
const basePackage = `{
"name": "my-app",
"description": "my app",
"description": "",
"dependencies": {
"next": "latest"
},