kubemq-io / kubemq-js

Apache License 2.0
9 stars 7 forks source link

fix dependencies package tree and add gitignore lib dir #4

Closed rdonadono closed 3 years ago

rdonadono commented 3 years ago

Hi,

While implementing the library I encountered a dependency problem with "google-protobuf" which was referred to as devDeps but was needed for the production build.

I also fixed some repeated deps and added the lib/ folder to .gitignore