composer-npm-bridge icon indicating copy to clipboard operation
composer-npm-bridge copied to clipboard

Running composer update should not trigger npm update

Open ezzatron opened this issue 6 years ago • 0 comments

I've come to realise that the management of NPM dependency updates shouldn't really be a concern of composer-npm-bridge, which should just focus on installation of dependencies instead.

It's fairly obvious when you think about it - you might only want to update Composer dependencies without it affecting your NPM dependencies, and you should be free to do so.

This also allows package maintainers to use alternative package managers like Yarn if they so choose (although dependencies will still be installed with npm for the time being).

ezzatron avatar Dec 06 '18 02:12 ezzatron