Skip to content

Commit e4206ef

Browse files
JasonEtcozeke
andauthored
Add author key to package.json (#15819)
* 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>
1 parent f298882 commit e4206ef

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"name": "help.github.com",
2+
"name": "docs.github.com",
33
"private": true,
4-
"version": "0.0.1",
54
"main": "server.js",
5+
"author": {
6+
"email": "opensource+docs@github.com",
7+
"name": "GitHub",
8+
"url": "https://github.com/github/docs"
9+
},
610
"dependencies": {
711
"@babel/core": "^7.8.3",
812
"@babel/plugin-transform-runtime": "^7.11.0",

0 commit comments

Comments
 (0)