Skip to content

Commit cd6f6a0

Browse files
author
Alexander Golin
authored
update author info and add bug url to package.json (#132)
1 parent acdd746 commit cd6f6a0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"security",
1313
"authentication"
1414
],
15+
"author": {
16+
"name": "The MongoDB NodeJS Team",
17+
"email": "[email protected]"
18+
},
19+
"bugs": {
20+
"url": "https://jira.mongodb.org/projects/NODE/issues/"
21+
},
1522
"dependencies": {
1623
"bindings": "^1.5.0",
1724
"nan": "^2.14.1",
@@ -46,7 +53,6 @@
4653
"prebuild-legacy": "prebuild --strip --verbose --runtime node --target 4.0.0",
4754
"release": "standard-version -i HISTORY.md"
4855
},
49-
"author": "Matt Broadstone <[email protected]>",
5056
"license": "Apache-2.0",
5157
"readmeFilename": "README.md"
5258
}

0 commit comments

Comments
 (0)