mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Adding bugs and homepage fields to package.json (#2401)
* Adding bugs and homepage fields to package.json This adds bugs and homepage entries to the package.json. This helps these links render on npm, and can lead developers to the right place to put issues and to find more information. I have included the url which redirects to the github repository in case this changes later, for the homepage field. Hopefully, this makes the package a bit more usable. Not a big fix, at all. * Use https://github.com/zeit/next.js as the home
This commit is contained in:
parent
c9bc471d3a
commit
1d126c7d14
|
@ -5,6 +5,8 @@
|
|||
"main": "./dist/server/next.js",
|
||||
"license": "MIT",
|
||||
"repository": "zeit/next.js",
|
||||
"bugs": "https://github.com/zeit/next.js/issues",
|
||||
"homepage": "https://github.com/zeit/next.js",
|
||||
"files": [
|
||||
"dist",
|
||||
"babel.js",
|
||||
|
|
Loading…
Reference in a new issue