how to update package.json after npm installl in a package -


i'm writing npm package, i'd package update package.json file in installed folder, say:

npm install mypackage

this installs mypackage, , read package.json in folder npm install run, , write entries, possible?

thanks,

npm -g npm-check-updates npm-check-updates -u npm install 

or specific package, may change dependency version ,

 npm update --save 

Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -