Fixed broken link (#147)

Replaced the broken link with another article link which explains the concept.
This commit is contained in:
Chandrashekar Dasari 2019-10-28 20:26:10 +05:30 committed by Vahid Panjganj
parent a1aa4f144e
commit 8318b40ee6

View File

@ -255,7 +255,7 @@ Having a good guideline for creating commits and sticking to it makes working wi
* Make sure your team members get the exact same dependencies as you.
_Why:_
> Because you want the code to behave as expected and identical in any development machine [read more...](https://medium.com/@kentcdodds/why-semver-ranges-are-literally-the-worst-817cdcb09277)
> Because you want the code to behave as expected and identical in any development machine [read more...](https://kostasbariotis.com/consistent-dependencies-across-teams/)
_how:_
> Use `package-lock.json` on `npm@5` or higher