--target @next for specific packages #1411
-
Hi, Thank you @raineorshine for this wonderful package. I use the config So my team have a package
But when I run the
And I have a feeling if I use the flag SuggestionI'm thinking maybe the
I was looking at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi. Yes, this is currently supported in the module.exports = {
target: name => name === '@sikka/hawa' ? '@next' : 'latest'
} https://github.com/raineorshine/npm-check-updates#target |
Beta Was this translation helpful? Give feedback.
Hi. Yes, this is currently supported in the
.ncurc.js
config. You can define atarget
function like this:https://github.com/raineorshine/npm-check-updates#target