My application uses one npm package (Say x package). I made few changes in one file of x package.
So now i need to manually send that file to other developer's so that they can replace the file of X package. i.e Every time npm install X package get executed on new system, they need to replace that file.
I tried to reach the developer of that npm X package & created pull request but no luck so far.
Query: So do i need to create my one module around the X package or any other workaround. please suggest.