Girl-Code-It / Opportunity-Calendar-Backend

Opportunity Calendar is the one-stop place to refer important opportunities available in tech-space like newly posted jobs, internships, hackathons, tech-conferences, scholarships, etc.

Home Page:https://opportunity-calendar.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving nodemon to dev dependecies and remove body-parser for package modules

pavan2108 opened this issue · comments

Feature request:

To avoid problems in future body-parser was deprecated in year 2021 and it's base features are moved to express.

Describe the solution you'd like:

  1. Moving
    "nodemon": "^2.0.7",

    to dev-dependencies
  2. Removing body-parser
    "body-parser": "^1.19.0",

    From package.json as it is deprecated