I have done customization in a npm package
inside node_modules
folder. Now I want to deploy it on heroku. But what heroku does is It will see the package.json and install the fresh package.
So someone suggested me to provide the custom url for a npm package, So that Heroku will download the npm package from this custom url not from npm.
How can I achieve the same?