mongodb-stitch-cli
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,3 +6,3 @@ const fs = require('fs'); | ||
const baseDownloadURL = | ||
'https://s3.amazonaws.com/stitch-clis/stitch_cli_linux_64_2660f6eb02709b25ae6257574e77b053529fb654_18_08_01_18_15_28'; | ||
'https://s3.amazonaws.com/stitch-clis/stitch_cli_linux_64_eee5526256f472f13282170e8bea46f8628403d9_18_10_01_20_40_16'; | ||
const linuxDownloadURL = `${baseDownloadURL}/linux-amd64/stitch-cli`; | ||
@@ -9,0 +9,0 @@ const macDownloadURL = `${baseDownloadURL}/macos-amd64/stitch-cli`; |
{ | ||
"name": "mongodb-stitch-cli", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The MongoDB Stitch Command Line Interface", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -49,3 +49,3 @@ # MongoDB Stitch CLI | ||
```go | ||
gometalinter --exclude=vendor --vendor --config=.linter.config ./... | ||
(export PKGS=`go list ./... | grep -v "/vendor/"`; cd $GOPATH/src && echo $PKGS | xargs $GOPATH/bin/gometalinter --config=$GOPATH/src/github.com/10gen/stitch-cli/.gometalinter.json) | ||
``` | ||
@@ -52,0 +52,0 @@ |
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
34429
11
354