How to edit local meteor packages and push it to git

I’m using lepozepo:cloudinary pacakge

I created packages folder in my app and I cloned the repo and made changes to according to my requirements and then I pushed my meteor app code to git,

but the local package code is not pushing to the server, how to use the code that I changed, without publishing to the atmosphere?

Maybe you have filtered the packages directory in the .gitignore file? You can use git add --force to add it anyway.