From 10035ad3b401bb0f5e2447a005e82748d242c200 Mon Sep 17 00:00:00 2001 From: Stuart Knightley Date: Tue, 9 Feb 2021 20:34:24 -0800 Subject: [PATCH] Update contributing --- documentation/contributing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/contributing.md b/documentation/contributing.md index 7e9219de..8b472ed5 100644 --- a/documentation/contributing.md +++ b/documentation/contributing.md @@ -66,8 +66,9 @@ If you have tested bug fixes or new features, you can open a 1. Run `npm test` * Locally open http://localhost:8080/test/ * Or use the SauceLabs configuration above -2. Update `JSZip.version` in `index.js` +2. Update `JSZip.version` in `index.js` and in `package.json` 3. Run `grunt` to generate the new dist files + * undo the package.json change, it was just needed to replace the `__VERSION__` in the header 4. Update CHANGES.md 5. Run `npm version ...` where `...` is `major`, `minor`, or `patch` 6. Run npm publish