]> git.cworth.org Git - lmno-server/commitdiff
Add dependency on body-parser package
authorCarl Worth <cworth@cworth.org>
Sun, 26 Apr 2020 22:07:24 +0000 (15:07 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 26 Apr 2020 22:07:24 +0000 (15:07 -0700)
This was done with:

npm install --save body-parser

package.json

index 361dcc85b73ced6c595caae76d57dbef6b3b9829..6f492f28799521a06ea335471693f98243e1d8ed 100644 (file)
@@ -9,6 +9,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
+    "body-parser": "^1.19.0",
     "express": "^4.17.1"
   }
 }