pm2@3.5.1 - do not rely on optionalDependency #4289

This commit is contained in:
Unitech 2019-05-23 20:23:03 +02:00
parent d8983b55bf
commit 3490b53cea

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "3.5.0",
"version": "3.5.1",
"engines": {
"node": ">=6.0.0"
},
@ -193,9 +193,6 @@
"mocha": "^5.2.0",
"should": "^13"
},
"optionalDependencies": {
"gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
},
"bugs": {
"url": "https://github.com/Unitech/pm2/issues"
},