Skip to content

Commit 10035ad

Browse files
committed
Update contributing
1 parent dcc6ff9 commit 10035ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/contributing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ If you have tested bug fixes or new features, you can open a
6666
1. Run `npm test`
6767
* Locally open http://localhost:8080/test/
6868
* Or use the SauceLabs configuration above
69-
2. Update `JSZip.version` in `index.js`
69+
2. Update `JSZip.version` in `index.js` and in `package.json`
7070
3. Run `grunt` to generate the new dist files
71+
* undo the package.json change, it was just needed to replace the `__VERSION__` in the header
7172
4. Update CHANGES.md
7273
5. Run `npm version ...` where `...` is `major`, `minor`, or `patch`
7374
6. Run npm publish

0 commit comments

Comments
 (0)