Skip to content

Commit

Permalink
Revert "Aaronsb 1.2.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsb committed Apr 26, 2021
1 parent b74ea4a commit 5fb786c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0",
"mqtt": "^4.2.6",
"pm2": "^4.5.6"
"mqtt": "^2.15.0",
"pm2": "^3.5.0"
},
"engines": {
"node": ">=12.22.1"
"node": ">=8.11.0"
},
"os": "linux",
"os": [
"darwin",
"linux"
],
"private": true,
"devDependencies": {
"standard": "^12.22.1"
"standard": "^12.0.1"
}
}

0 comments on commit 5fb786c

Please sign in to comment.