-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(NODE-3316): update author info, update bug url and remove bug e…
…mail in package.json (#447)
- Loading branch information
Alexander Golin
authored
Jul 16, 2021
1 parent
d92de12
commit 6ceaa05
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,15 @@ | |
], | ||
"types": "bson.d.ts", | ||
"version": "4.4.1", | ||
"author": "Christian Amor Kvalheim <[email protected]>", | ||
"author": { | ||
"name": "The MongoDB NodeJS Team", | ||
"email": "[email protected]" | ||
}, | ||
"license": "Apache-2.0", | ||
"contributors": [], | ||
"repository": "mongodb/js-bson", | ||
"bugs": { | ||
"mail": "[email protected]", | ||
"url": "https://github.com/mongodb/js-bson/issues" | ||
"url": "https://jira.mongodb.org/projects/NODE/issues/" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
|