Skip to content

Commit

Permalink
pm2@4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Feb 25, 2021
1 parent 5e18920 commit a6a52dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,9 @@

## 4.5.5

- bump debug
- remove systeminformation

## 4.5.4

- drop non used package
Expand Down
7 changes: 2 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "4.5.4",
"version": "4.5.5",
"engines": {
"node": ">=8.10.0"
},
Expand Down Expand Up @@ -178,7 +178,7 @@
"commander": "2.15.1",
"cron": "1.8.2",
"dayjs": "~1.8.25",
"debug": "^4.3.0",
"debug": "^4.3.1",
"enquirer": "2.3.6",
"eventemitter2": "5.0.1",
"fclone": "1.0.11",
Expand All @@ -201,9 +201,6 @@
"mocha": "^7.1.0",
"should": "^13"
},
"optionalDependencies": {
"systeminformation": "^4.32"
},
"bugs": {
"url": "https://github.com/Unitech/pm2/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion test/e2e.sh
Expand Up @@ -77,7 +77,7 @@ runTest ./test/e2e/internals/start-consistency.sh
# MISC
runTest ./test/e2e/misc/inside-pm2.sh
runTest ./test/e2e/misc/vizion.sh
runTest ./test/e2e/misc/sysinfos.sh
#runTest ./test/e2e/misc/sysinfos.sh
runTest ./test/e2e/misc/misc.sh
runTest ./test/e2e/misc/versioning-cmd.sh
runTest ./test/e2e/misc/instance-number.sh
Expand Down

0 comments on commit a6a52dc

Please sign in to comment.