fallback 2.6

This commit is contained in:
Unitech 2017-07-14 13:53:15 +02:00
parent fe4d600b0a
commit 9ee396d45b
3 changed files with 5 additions and 9 deletions

View File

@ -3,6 +3,7 @@ node_js:
- "4"
- "6"
- "8"
- "0.12"
os:
- linux
before_install:

View File

@ -1,9 +1,4 @@
## 3.0.0
### Breaking
Drop support for Node.js 0.12.
User of Node.js 0.12 will have to use PM2 2.X version.
## 2.6.0
### Changes
@ -37,7 +32,7 @@ User of Node.js 0.12 will have to use PM2 2.X version.
### Breaking
- Drop pm2-daemon CLI
- Drop pm2-daemon CLI (replaced by pm2-runtime)
## 2.5

View File

@ -1,9 +1,9 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "3.0.0",
"version": "2.6.0",
"engines": {
"node": ">=4.0"
"node": ">=0.12"
},
"directories": {
"bin": "./bin",