Skip to content

Commit c063973

Browse files
committed
package.json: add description and homepage fields
1 parent 165431b commit c063973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "next",
33
"version": "0.9.9",
4-
"description": "",
4+
"description": "Next.js is a minimalistic framework for server-rendered React applications",
55
"main": "./dist/lib/index.js",
6+
"homepage": "https://github.com/zeit/next.js",
67
"license": "MIT",
78
"files": [
89
"dist"

0 commit comments

Comments
 (0)