From 5c965015070ea9d6413f1f30198b2a279eae57a6 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 25 Oct 2018 11:05:48 +0800 Subject: [PATCH] - Docs (ReleaseInstructions): Clarify need for npm permissions to publish --- CHANGES.md | 4 ++++ docs/ReleaseInstructions.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 83be57c6..ff0f973a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# ? + +- Docs (ReleaseInstructions): Clarify need for npm permissions to publish + # 3.1.1 - Fix: Save broken on Firefox (since FF version?) diff --git a/docs/ReleaseInstructions.md b/docs/ReleaseInstructions.md index 544cc663..1b83b478 100644 --- a/docs/ReleaseInstructions.md +++ b/docs/ReleaseInstructions.md @@ -75,3 +75,5 @@ You will need to be a member of the SVG-Edit GitHub group to do this step. ## Publish to npm 1. `npm publish` + +You will need to be a member of the npm group to do this step.