1
0
Fork 0
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:
Richard Littauer 2017-06-29 12:35:03 -04:00 committed by Arunoda Susiripala
parent c9bc471d3a
commit 1d126c7d14

View file

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