Skip to content

Commit

Permalink
chore(NODE-3316): add author info and update bug url in package.json (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
agolin95 committed Jul 7, 2021
1 parent ecc930b commit 6ee945e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -16,6 +16,10 @@
"driver",
"official"
],
"author": {
"name" : "The MongoDB NodeJS Team",
"email" : "dbx-node@mongodb.com"
},
"peerDependenciesMeta": {
"kerberos": {
"optional": true
Expand Down Expand Up @@ -83,7 +87,7 @@
"node": ">=4"
},
"bugs": {
"url": "https://github.com/mongodb/node-mongodb-native/issues"
"url": "https://jira.mongodb.org/projects/NODE/issues/"
},
"scripts": {
"build:evergreen": "node .evergreen/generate_evergreen_tasks.js",
Expand Down

0 comments on commit 6ee945e

Please sign in to comment.