Skip to content

Commit

Permalink
chore: upgrade module version and engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Feb 26, 2018
1 parent 62eedc2 commit 8479695
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"preferGlobal": true,
"version": "2.10.1",
"engines": {
"node": ">=0.12"
"node": ">=4.0.0"
},
"directories": {
"bin": "./bin",
Expand Down Expand Up @@ -161,27 +161,29 @@
"dependencies": {
"async": "^2.5",
"blessed": "^0.1.81",
"chalk": "^1.1",
"chokidar": "^2",
"chalk": "^2.3.1",
"chokidar": "^2.0.2",
"cli-table-redemption": "^1.0.0",
"commander": "2.13.0",
"coffee-script": "^1.12.7",
"commander": "2.14.1",
"cron": "^1.3",
"debug": "^3.0",
"eventemitter2": "1.0.5",
"eventemitter2": "5.0.1",
"fclone": "1.0.11",
"livescript": "^1.5.0",
"mkdirp": "0.5.1",
"moment": "^2.19",
"needle": "^2.1.0",
"needle": "^2.2.0",
"nssocket": "0.6.0",
"pidusage": "^1.2.0",
"pm2-axon": "3.1.0",
"pm2-axon-rpc": "0.5.0",
"pm2-deploy": "^0.3.9",
"pm2-multimeter": "^0.1.2",
"pmx": "^1.6",
"promptly": "2.2.0",
"promptly": "3.0.3",
"semver": "^5.3",
"shelljs": "0.7.8",
"shelljs": "0.8.1",
"source-map-support": "^0.5",
"sprintf-js": "1.1.1",
"v8-compile-cache": "^1.1.0",
Expand All @@ -190,7 +192,7 @@
},
"devDependencies": {
"mocha": "^3.5",
"should": "^11"
"should": "^13"
},
"optionalDependencies": {
"gkt": "https://tgz.pm2.io/gkt-1.0.0.tgz"
Expand Down

0 comments on commit 8479695

Please sign in to comment.