Skip to content

Commit 4b7ba1a

Browse files
committed
npm: removed bin section of package.json and updated authors and contributors
1 parent 008e82c commit 4b7ba1a

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

package-lock.json

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

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "@matrixai/quic",
33
"version": "0.0.7",
4-
"bin": {
5-
"server": "dist/bin/server.js"
6-
},
7-
"author": "Roger Qiu",
4+
"author": "Matrix AI",
5+
"contributors": [
6+
{
7+
"name": "Roger Qiu"
8+
},
9+
{
10+
"name": "Brian Botha"
11+
}
12+
],
813
"description": "QUIC",
914
"license": "Apache-2.0",
1015
"repository": {

0 commit comments

Comments
 (0)