mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
package.json: add description and homepage fields
This commit is contained in:
parent
165431bdc7
commit
c063973ac0
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue