Skip to content

Commit 4a18bc5

Browse files
authored
Credit authors in package.json (and add myself) (#1052)
* Credit authors in package.json (and add myself) More cleanup of package metadata as we hurtle toward 2.0.0. * Fix link in README
1 parent bc312c0 commit 4a18bc5

File tree

3 files changed

+39
-16
lines changed

3 files changed

+39
-16
lines changed

AUTHORS.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ roslibjs is released with a BSD license. For full terms and conditions, see the
8181

8282
## Authors
8383

84-
See the [AUTHORS.md](AUTHORS.md) file for a full list of contributors.
84+
See the `contributors` section of the [package.json](package.json) file for a full list of contributors.

package.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,42 @@
7878
"robot"
7979
],
8080
"types": "dist/RosLib.d.ts",
81-
"author": "Robot Webtools Team <[email protected]> (https://robotwebtools.github.io)"
81+
"author": "Robot Webtools Team <[email protected]> (https://robotwebtools.github.io)",
82+
"contributors": [
83+
{
84+
"name": "Russell Toris",
85+
"email": "[email protected]",
86+
"url": "http://users.wpi.edu/~rctoris/"
87+
},
88+
{
89+
"name": "Jihoon Lee",
90+
"email": "[email protected]"
91+
},
92+
{
93+
"name": "Brandon Alexander",
94+
"email": "[email protected]"
95+
},
96+
{
97+
"name": "David Gossow",
98+
"email": "[email protected]"
99+
},
100+
{
101+
"name": "Benjamin Pitzer",
102+
"email": "[email protected]"
103+
},
104+
{
105+
"name": "Matthijs van der Burgh",
106+
"email": "[email protected]",
107+
"url": "https://github.com/MatthijsBurgh"
108+
},
109+
{
110+
"name": "Graeme Yeates",
111+
"email": "[email protected]"
112+
},
113+
{
114+
"name": "Ezra Brooks",
115+
"email": "[email protected]",
116+
"url": "https://github.com/EzraBrooks"
117+
}
118+
]
82119
}

0 commit comments

Comments
 (0)