mongodb-download
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "mongodb-download", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "download mongodb prebuilt packages from mongodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ # mongodb-download | ||
platform: 'win32', | ||
download_dir: './temp_download' // defaults to os.mongodb() | ||
download_dir: './temp_download' // defaults to os.tmpdir() | ||
}, function (err, location) { | ||
@@ -24,0 +24,0 @@ // location will be the path of the archive that it downloaded. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6254