Skip to content

Commit 7e4e1a8

Browse files
committed
build: update package contributors
1 parent 6a7c0d8 commit 7e4e1a8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
{
2-
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
32
"name": "mysql",
43
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
54
"version": "2.2.0",
65
"license": "MIT",
6+
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
7+
"contributors": [
8+
{
9+
"name": "Andrey Sidorov",
10+
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Douglas Christopher Wilson",
14+
"email": "[email protected]"
15+
},
16+
{
17+
"name": "Diogo Resende",
18+
"email": "[email protected]"
19+
}
20+
],
721
"homepage": "https://github.com/felixge/node-mysql",
822
"repository": {
923
"type": "git",

0 commit comments

Comments
 (0)