From e91877350409a653e8d461fee4e799c27d01676c Mon Sep 17 00:00:00 2001 From: liulanz Date: Sat, 11 Apr 2020 13:15:25 -0400 Subject: [PATCH] changed 'name' to be 'hello-world' --- examples/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index bcae91c8a5f04..feb85235a943b 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -1,5 +1,5 @@ { - "name": "nextjs-hello-world", + "name": "hello-world", "version": "1.0.0", "scripts": { "dev": "next",