Skip to content

Commit

Permalink
Fix npm version after OTA update - closes #3021
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Dec 5, 2022
1 parent 370b16c commit 21a21c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "webthings-gateway",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"description": "Web of Things gateway",
"main": "build/app.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tools/pre-upgrade.sh
Expand Up @@ -15,7 +15,6 @@ fi
nvm install
nvm use
nvm alias default node
nvm install-latest-npm

# Clean up the nvm cache to free some space
nvm cache clear
Expand Down

0 comments on commit 21a21c1

Please sign in to comment.