mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
fallback 2.6
This commit is contained in:
parent
fe4d600b0a
commit
9ee396d45b
@ -3,6 +3,7 @@ node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "0.12"
|
||||
os:
|
||||
- linux
|
||||
before_install:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user