From 9b54e2af0b9356bb73e197cccbcc2ff89673361f Mon Sep 17 00:00:00 2001 From: mcraa <6892971+mcraa@users.noreply.github.com> Date: Tue, 14 Feb 2023 13:55:29 +0100 Subject: [PATCH] patch: removed gt characters from contributing guide --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7dc1fc76..ef3c6dee 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -143,7 +143,7 @@ Use the following steps to ensure everything goes flawlessly: dependencies because you come from another branch or reference. - Install the new version of the dependency. For example: `npm install --save - @`. This will update the `npm-shrinkwrap.json` file. + [package]@[version]`. This will update the `npm-shrinkwrap.json` file. - Commit *both* `package.json` and `npm-shrinkwrap.json`.