package.json: add the repository field

This commit is contained in:
nkzawa 2016-10-25 20:18:06 +09:00
parent c063973ac0
commit 10105dce57

View file

@ -80,5 +80,9 @@
},
"standard": {
"parser": "babel-eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/zeit/next.js.git"
}
}