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:
parent
da9c9a64c2
commit
b5b8055cc0
@ -6,7 +6,12 @@
|
||||
"publishConfig": {
|
||||
"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>",
|
||||
"dependencies": {
|
||||
"regenerator-runtime": "^0.13.2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user