AhmedYahya24 / spzceX

0 stars 1 forks source link

Uploading to git #6

Open NouraldinS opened 2 years ago

NouraldinS commented 2 years ago

Because you have package.json and package-lock.json, anyone cloning and using your project knows what is every version of every package used to run your project, you do not need to push node_modules with your repo.

Also, why do you have two package.jsons?

Also, why do you have empty index.js files?