From da1cdcb8437d0b3d289e5c27fb20cc0ac3d41509 Mon Sep 17 00:00:00 2001 From: Tim Oxley Date: Fri, 28 Oct 2016 04:05:30 -0700 Subject: [PATCH] next init: create package.json with empty description (#135) --- bin/next-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/next-init b/bin/next-init index 115f91a6..d8539946 100755 --- a/bin/next-init +++ b/bin/next-init @@ -39,7 +39,7 @@ exists(join(dir, 'package.json')) const basePackage = `{ "name": "my-app", - "description": "my app", + "description": "", "dependencies": { "next": "latest" },