added pm2 to dependancy list so it does not need to be installed globally

This commit is contained in:
Ro 2020-08-04 12:20:25 -07:00
parent f32a2ab9bb
commit 287b227d2c
2 changed files with 915 additions and 8 deletions

920
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -42,6 +42,7 @@
"multer": "latest",
"nodemailer": "^6.4.8",
"nodemailer-mailgun-transport": "^1.4.0",
"pm2": "^4.4.0",
"pug": "^3.0.0",
"reframe.js": "^2.2.8",
"request": "^2.88.2",
@ -63,4 +64,4 @@
"scramble-text": "0.0.8",
"stylus": "^0.54.7"
}
}
}