Skip to content

Commit

Permalink
Merge develop into feature/validateVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 28, 2021
2 parents 3bf2779 + b025e43 commit bb0a429
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"ng-material-floating-button": "0.6.2",
"node-fetch": "2.6.1",
"path": "0.12.7",
"plist": "3.0.2",
"plist": "3.0.4",
"pump": "3.0.0",
"q": "1.5.1",
"quantimodo": "5.12.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
set +x
echo "nvm install version $1..."
nvm install $1 --reinstall-packages-from=node
nvm install $1
echo "nvm use $1..."
nvm use $1
set -x
Expand Down

0 comments on commit bb0a429

Please sign in to comment.