Fefedu973 / SignalRGB-To-OpenRGB-Bridge

An add on for signalRGB that allows to control OpenRGB Devices
4 stars 1 forks source link

node_modules folder shouldn't be part of the source #7

Open Oxalin opened 3 months ago

Oxalin commented 3 months ago

We shouldn't need to include the node_modules folder in the source code. Dependencies on node modules should be dealt with the "dependencies" section in package.json.

Fefedu973 commented 3 months ago

We shouldn't need to include the node_modules folder in the source code. Dependencies on node modules should be dealt with the "dependencies" section in package.json.

Thanks ! You are right this is my first node project and I didn't know how to organize it lol. I will fix that soon