File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,15 @@ If you have tested bug fixes or new features, you can open a
6363
6464## Releasing a new version
6565
66- 1 . In ` package.json ` temporarily change ` "./lib/index" ` to ` "." `
66+ 1 . In ` package.json ` temporarily remove ` browser[ "./lib/index"] ` .
67672 . Run ` npm test `
6868 * Locally open http://localhost:8080/test/
6969 * Or use the SauceLabs configuration above
70703 . Update ` JSZip.version ` in ` index.js ` and in ` package.json `
71714 . Run ` grunt ` to generate the new dist files
7272 * undo the package.json change, it was just needed to replace the ` __VERSION__ ` in the header
73- 5 . Undo step 1.
73+ 5 . Undo step 1. and change version back.
74746 . Update CHANGES.md
75+ 6 . Commit the appropriate changes
75767 . Run ` npm version ... ` where ` ... ` is ` major ` , ` minor ` , or ` patch `
76778 . Run npm publish
You can’t perform that action at this time.
0 commit comments