Skip to content

Commit 1d229a1

Browse files
author
Alexander Golin
authored
chore(NODE-3316): add author info and update bug url in package.json (#2888)
1 parent 356fa9b commit 1d229a1

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
@@ -27,6 +27,10 @@
2727
"driver",
2828
"official"
2929
],
30+
"author": {
31+
"name" : "The MongoDB NodeJS Team",
32+
"email" : "[email protected]"
33+
},
3034
"peerOptionalDependencies": {
3135
"kerberos": "^1.1.0",
3236
"mongodb-client-encryption": "^1.0.0",
@@ -95,7 +99,7 @@
9599
"node": ">=12.9.0"
96100
},
97101
"bugs": {
98-
"url": "https://github.com/mongodb/node-mongodb-native/issues"
102+
"url": "https://jira.mongodb.org/projects/NODE/issues/"
99103
},
100104
"homepage": "https://github.com/mongodb/node-mongodb-native",
101105
"optionalDependencies": {

0 commit comments

Comments
 (0)