docs: add homepage link to @babel/runtime package.json (#10418)

* docs: add homepage link

Adds a homepage link to populate npmjs.com.
Update the repository property syntax.

* Update the repository link

Point to the root repo plus a reference to the subdirectory.

* style: drop HTML extension
This commit is contained in:
Daniel Arthur Gallagher 2019-10-17 23:26:14 +02:00 committed by Nicolò Ribaudo
parent da9c9a64c2
commit b5b8055cc0

View File

@ -6,7 +6,12 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime", "repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-runtime"
},
"homepage": "https://babeljs.io/docs/en/next/babel-runtime",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": { "dependencies": {
"regenerator-runtime": "^0.13.2" "regenerator-runtime": "^0.13.2"