Skip to content

Commit

Permalink
gh-8: Adding mongoose to server package
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Oct 3, 2017
1 parent 6f366a7 commit 187640a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/nodemon/bin/nodemon.js src/app.js",
"start": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand All @@ -14,6 +14,7 @@
"body-parser": "^1.18.1",
"cors": "^2.8.4",
"express": "^4.15.4",
"mongoose": "^4.12.0",
"morgan": "^1.8.2",
"nodemon": "^1.12.1"
}
Expand Down

0 comments on commit 187640a

Please sign in to comment.