You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it will show 'not specified' because it gets the node compatibility info from NPM, not GitHub. The version of git-master-merged on NPM doesn't haveengines.node. It will update when you next publish your package to NPM.
I add a node version badge to my project. Although I set engines.node value as
>= 6.0.0
in package.json, the badge shows>= 0.4.0
.Is my usage wrong? Will shields.io parse
engines.node
to generate the badge?Thanks a lot!
The text was updated successfully, but these errors were encountered: