462 B
462 B
To publish this package
- Make sure that @svgedit/packages is published if a new version is made (see publish.md in its corresponding folder)
- modify package.json to update:
- The new version of svgcanvas (if any)
- The new version of svgedit
- run 'npm install' to update the corresponding package-lock.json
- update the CHANGES.md
- run 'npm publish' (that will automate the build)
- create a commit with above changes called 'release x.y.z'