Adding body-parser to package.json

This commit is contained in:
Iain Collins
2018-01-27 14:42:24 +00:00
parent 021a16ea10
commit b905c856e4

View File

@@ -1,6 +1,6 @@
{
"name": "next-auth",
"version": "1.1.3",
"version": "1.1.4",
"description": "An authentication library for Next.js projects",
"repository": "https://github.com/iaincollins/next-auth.git",
"main": "index.js",
@@ -8,6 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-session": "^1.15.6",