Skip to content

Commit

Permalink
fix: remove pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfsillva committed Sep 30, 2019
1 parent 2352b8a commit a8f3f18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"deepmerge": "^4.0.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-validator": "^6.0.0",
"glob": "^7.1.3",
"hoopa-logger": "^1.1.0",
"mongo-sanitize": "^1.0.0",
Expand Down
2 changes: 0 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const express = require('express')
const bodyParser = require('body-parser')
const expressValidator = require('express-validator')
const cors = require('cors')
const logger = require('hoopa-logger')

Expand All @@ -15,7 +14,6 @@ app.config = config
app.use(cors())
app.use(bodyParser.urlencoded({ extended: true }))
app.use(bodyParser.json())
app.use(expressValidator())
app.set('port', config.port)

app.use(routes())
Expand Down

0 comments on commit a8f3f18

Please sign in to comment.