From c063973ac0b2dd41b6f9d86016bdea8a4aee235e Mon Sep 17 00:00:00 2001 From: nkzawa Date: Tue, 25 Oct 2016 20:03:48 +0900 Subject: [PATCH] package.json: add description and homepage fields --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a44eecf..f4f5cef5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "next", "version": "0.9.9", - "description": "", + "description": "Next.js is a minimalistic framework for server-rendered React applications", "main": "./dist/lib/index.js", + "homepage": "https://github.com/zeit/next.js", "license": "MIT", "files": [ "dist"