1
0
Fork 0
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:
nkzawa 2016-10-25 20:03:48 +09:00
parent 165431bdc7
commit c063973ac0

View file

@ -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"