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:
commit
049d2fe949
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue