This commit is contained in:
Unitech 2016-04-24 17:29:15 +02:00
parent 8fddf74c1a
commit 45cc09fc92
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
### 1.1.3
- Node v6 compatibility
### 1.1.2
- [#2071 #2075] Fix pm2-dev command

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": true,
"version": "1.1.2",
"version": "1.1.3",
"engines": {
"node": ">=0.10"
},