GunaShekar02 / generator-front-to-back

A Fullstack Template Generator for Javascript and Django Apps
https://www.npmjs.com/package/generator-front-to-back
MIT License
16 stars 6 forks source link

removed package-lock.json file from template generation #36

Closed skeshavaa closed 3 years ago

skeshavaa commented 3 years ago

Bug fix for generating django react template

Task

Removed package-lock.json from template generation, will be generated when npm install is run for react frontend.

Solution

Removed package-lock.json from template generation

Type of Change