I'm using lepozepo:cloudinary
package
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?
EDIT
For now I'm doing like below
- Removed .git folder in the package and
- removed git link,package name and version in pacakges.js
Added the package with the name of the folder ex:
packages/cloudinary
thenmeteor add cloudinary
and then when I push it to the git ,my changes are also pushed to the repo