Skip to content

Commit

Permalink
docs: add homepage link to @babel/runtime package.json (#10418)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
danieleloscozzese authored and nicolo-ribaudo committed Oct 17, 2019
1 parent da9c9a6 commit b5b8055
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/babel-runtime/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit b5b8055

Please sign in to comment.