1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Merge pull request #44 from zeit/fix/meta

package.json: add some fields
This commit is contained in:
Naoyuki Kanezawa 2016-10-25 23:59:52 +09:00 committed by GitHub
commit 049d2fe949

View file

@ -1,8 +1,9 @@
{
"name": "next",
"version": "0.9.11",
"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"
@ -79,5 +80,9 @@
},
"standard": {
"parser": "babel-eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/zeit/next.js.git"
}
}