bytearcher.com/articles/semver-explained-why-theres-a-caret-in-my-package-json

So you're installing new modules with the --save option and get your package.json updated as a side effect. Taking a closer look you notice that there's something in front of the version numbers. dependencies: { lodash: ^3.9.2 } You're guessing this is some sort of way to widen the range of accepted


Comments (0)

Sign in to post comments.