Skip to content

Commit

Permalink
Add author key to package.json (#15819)
Browse files Browse the repository at this point in the history
* Add author key to package.json

* Remove version key

* Change name to `docs.github.com`

* Update package-lock

Co-authored-by: Zeke Sikelianos <zeke@sikelianos.com>
  • Loading branch information
JasonEtco and zeke authored Oct 1, 2020
1 parent f298882 commit e4206ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "help.github.com",
"name": "docs.github.com",
"private": true,
"version": "0.0.1",
"main": "server.js",
"author": {
"email": "opensource+docs@github.com",
"name": "GitHub",
"url": "/~https://github.com/github/docs"
},
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
Expand Down

2 comments on commit e4206ef

@pablo452

This comment was marked as spam.

@pablo452

This comment was marked as spam.

Please sign in to comment.