From 8318b40ee69dd1895abf62811ed0f5ee45b40421 Mon Sep 17 00:00:00 2001 From: Chandrashekar Dasari Date: Mon, 28 Oct 2019 20:26:10 +0530 Subject: [PATCH] Fixed broken link (#147) Replaced the broken link with another article link which explains the concept. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9740571..156e2c6 100644 --- a/README.md +++ b/README.md @@ -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