-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
================== * Fix: #78: Add version-based support for native arm64 Database Tools on macOS * Fix: #95: Add info on installing mongosh via brew for macOS users
- Loading branch information
Showing
3 changed files
with
16 additions
and
6 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
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
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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"name": "m", | ||
"version": "1.8.9", | ||
"version": "1.9.0", | ||
"description": "MongoDB version management", | ||
"homepage": "https://github.com/aheckmann/m", | ||
"bugs": "https://github.com/aheckmann/m/issues", | ||
"bin": { "m": "./bin/m" }, | ||
"bin": { | ||
"m": "./bin/m" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
|
@@ -16,10 +18,13 @@ | |
"mongoose" | ||
], | ||
"author": "Aaron Heckmann <[email protected]>", | ||
"contributors":[ | ||
"contributors": [ | ||
"TJ Holowaychuk <[email protected]>", | ||
"Stephen Steneker <[email protected]>" | ||
"Stennie Steneker <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"repository": { "type": "git", "url": "git://github.com/aheckmann/m.git" } | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/aheckmann/m.git" | ||
} | ||
} |