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

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": { "standard": {
"parser": "babel-eslint" "parser": "babel-eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/zeit/next.js.git"
} }
} }