From 23a8f9e0d93f94c38dc77d30621710a33ffb5a3d Mon Sep 17 00:00:00 2001 From: Gilad Ronat Date: Mon, 26 Mar 2018 08:19:44 -0700 Subject: [PATCH] Change the name & description of gatsbyjs.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of: You can now view gatsby-starter-default in the browser. It’s now: You can now view gatsbyjs.org in the browser. --- www/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/package.json b/www/package.json index 28aa610f6b8b1..78ea4b65790af 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { - "name": "gatsby-starter-default", - "description": "Gatsby default starter", + "name": "gatsbyjs.org", + "description": "Gatsby's Website", "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": {