Commit 39573922 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

move nodemon to devDependencies

5 merge requests!143updating yml config,!91Prepare prod,!90Testing,!89Testing,!88Mlab 523
Showing with 211 additions and 53 deletions
+211 -53
This diff is collapsed.
...@@ -42,12 +42,13 @@ ...@@ -42,12 +42,13 @@
"mysql": "^2.17.1", "mysql": "^2.17.1",
"mysql2": "^2.2.5", "mysql2": "^2.2.5",
"nodemailer": "^6.3.1", "nodemailer": "^6.3.1",
"nodemon": "^2.0.1",
"passport": "0.3.2", "passport": "0.3.2",
"passport-saml": "^2.1.0", "passport-saml": "^2.1.0",
"pug": "^3.0.2" "pug": "^3.0.2"
}, },
"devDependencies": {}, "devDependencies": {
"nodemon": "^2.0.1"
},
"engines": { "engines": {
"node": ">= 4.0.0" "node": ">= 4.0.0"
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment