Skip to content

Commit

Permalink
Merge pull request #348 from garden-io/cleanup
Browse files Browse the repository at this point in the history
General clean up and standardization
  • Loading branch information
drubin authored Oct 30, 2018
2 parents 3b5e5e5 + 3b129c3 commit 46123ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v9.4.0
v10.11.0
2 changes: 1 addition & 1 deletion bin/bootstrap-osx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# install/update homebrew dependencies
BREW_DEPS="cmake git kubectl kubernetes-helm stern rsync icu4c pkg-config faas-cli dep git-chglog"
BREW_DEPS="jq cmake git kubectl kubernetes-helm stern rsync icu4c pkg-config faas-cli dep git-chglog"

brew update
brew install ${BREW_DEPS}
Expand Down
2 changes: 1 addition & 1 deletion garden-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions garden-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-cli",
"version": "0.8.0",
"version": "0.8.0-rc1",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down Expand Up @@ -161,4 +161,4 @@
},
"snyk": true,
"gitHead": "b0647221a4d2ff06952bae58000b104215aed922"
}
}

0 comments on commit 46123ae

Please sign in to comment.