Skip to content

Commit

Permalink
prep pm2@5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jun 7, 2021
1 parent 65df2e4 commit 1def3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ PM2 is constantly assailed by [more than 1800 tests](https://travis-ci.org/Unite

Official website: [https://pm2.keymetrics.io/](https://pm2.keymetrics.io/)

Works on Linux (stable) & macOS (stable) & Windows (stable). All Node.js versions are supported starting Node.js 8.X.
Works on Linux (stable) & macOS (stable) & Windows (stable). All Node.js versions are supported starting Node.js 12.X.


### Installing PM2
Expand Down
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"preferGlobal": true,
"version": "5.0.0",
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"directories": {
"bin": "./bin",
Expand Down Expand Up @@ -190,14 +190,15 @@
"pm2-axon-rpc": "~0.7.1",
"pm2-deploy": "~1.0.2",
"pm2-multimeter": "^0.1.2",
"pm2-sysmonit": "^1.2.3",
"promptly": "^2",
"ps-list": "6.3.0",
"semver": "^7.2",
"source-map-support": "0.5.19",
"vizion": "~2.2.1",
"yamljs": "0.3.0"
},
"optionalDependencies": {
"pm2-sysmonit": "^1.2.6"
},
"devDependencies": {
"mocha": "^8.3.2",
"should": "^13.2.3"
Expand Down

0 comments on commit 1def3d8

Please sign in to comment.