1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Add pm2 as a dev dependency

This commit is contained in:
neelkamath 2018-05-11 19:04:09 +05:30
parent b7556af7bb
commit b0a01ed885
2 changed files with 2423 additions and 1 deletions

2421
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,5 +30,8 @@
"prompt": "^1.0.0",
"readdir-recursive": "0.0.4",
"ws": "^5.0.0"
},
"devDependencies": {
"pm2": "^2.10.3"
}
}