Skip to content

Commit 6ee945e

Browse files
author
Alexander Golin
authored
chore(NODE-3316): add author info and update bug url in package.json (#2887)
1 parent ecc930b commit 6ee945e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"driver",
1717
"official"
1818
],
19+
"author": {
20+
"name" : "The MongoDB NodeJS Team",
21+
"email" : "[email protected]"
22+
},
1923
"peerDependenciesMeta": {
2024
"kerberos": {
2125
"optional": true
@@ -83,7 +87,7 @@
8387
"node": ">=4"
8488
},
8589
"bugs": {
86-
"url": "https://github.com/mongodb/node-mongodb-native/issues"
90+
"url": "https://jira.mongodb.org/projects/NODE/issues/"
8791
},
8892
"scripts": {
8993
"build:evergreen": "node .evergreen/generate_evergreen_tasks.js",

0 commit comments

Comments
 (0)