I have a Node module published to private NPM repo like this
- myModule@1.0.0.dev-43
- myModule@1.0.0.rc-01
I want to have a package.json
dependencies to download DEV module for local install but RC module for production builds.
Is there a way to achieve it in NPM?