Skip to content

Commit 4aa1ab0

Browse files
author
App Generator
committed
Update package.json
1 parent ba7059a commit 4aa1ab0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "RESTful back-end for Node.js and Express.js",
55
"main": "src/api.js",
66
"scripts": {
7-
"start": "nodemon api",
7+
"start": "nodemon src/api",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"author": "AppSeed.us",
@@ -21,13 +21,11 @@
2121
"http": "0.0.1-security",
2222
"https": "^1.0.0",
2323
"jsonwebtoken": "^7.4.1",
24-
"mongoose": "^5.9.9",
25-
"mongoose-title-case": "0.0.4",
26-
"mongoose-unique-validator": "^1.0.5",
27-
"mongoose-validator": "^1.3.2",
24+
"mongoose": "^5.7.7",
2825
"passport": "^0.3.2",
2926
"passport-jwt": "^2.2.1",
30-
"path": "^0.12.7"
27+
"path": "^0.12.7",
28+
"nodemon": "^2.0.9"
3129
},
3230
"devDependencies": {
3331
"eslint": "^7.14.0",

0 commit comments

Comments
 (0)