Skip to content

Commit

Permalink
Fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cory2067 committed Sep 7, 2019
1 parent 9b14983 commit 41acc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mongo-ranger.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ async function main(options) {

client = new MongoClient(uri, {
useNewUrlParser: true,
useUnifiedTopology: true,
appname: "mongo-ranger"
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongo-ranger",
"version": "1.1.1",
"version": "1.1.2",
"description": "A MongoDB data browser for the console",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 41acc7f

Please sign in to comment.