Skip to content

Commit

Permalink
removes unnecessary packages in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
s-xync committed Jun 27, 2018
1 parent 908f8fa commit fb481eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"doc": "docs"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node app.js"
},
"repository": {
Expand All @@ -23,15 +22,13 @@
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"chai": "^4.1.2",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"mocha": "^5.1.0",
"mongoose": "*",
"node-gyp": "*",
"node-schedule": "*",
Expand Down

0 comments on commit fb481eb

Please sign in to comment.