From 0efd89ae5d27131455a8a2104521575227ee2799 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 13 May 2015 01:02:20 -0700 Subject: [PATCH] docs(npm-shrinkwrap.readme.md): add info about `from` property changes Closes #1834 --- npm-shrinkwrap.readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-shrinkwrap.readme.md b/npm-shrinkwrap.readme.md index 2604925e27..505b160dc6 100644 --- a/npm-shrinkwrap.readme.md +++ b/npm-shrinkwrap.readme.md @@ -10,7 +10,7 @@ All of our npm dependencies are locked via the `npm-shrinkwrap.json` file for th However npm's shrinkwrap is known to be buggy, so we need to take some extra steps to deal with this. The most important step is generating the npm-shrinkwrap.clean.js which is used during code reviews or debugging to easily review what has actually changed. -See https://github.com/npm/npm/issues/3581 for related npm issue. +See https://github.com/npm/npm/issues/3581 for related npm issue. A common symptom is that the `from` property of various dependencies in `npm-shrinkwrap.json` "arbitrarily" changes depending on when and where the shrinkwrap command was run. To add a new dependency do the following: