The version I get when I `npm install highlights` is 3.0.1. That's also the latest version listed on the npm page: https://www.npmjs.com/package/highlights But that's not the latest — the latest seems to be 3.1.0. And I can in fact get that latest version if I `npm install highlights@3.1.0`. Any idea what's going on here?
The version I get when I
npm install highlightsis 3.0.1. That's also the latest version listed on the npm page: https://www.npmjs.com/package/highlightsBut that's not the latest — the latest seems to be 3.1.0. And I can in fact get that latest version if I
npm install highlights@3.1.0.Any idea what's going on here?