svgedit/packages/svgcanvas/publish.md

277 B

To publish this package

  1. update the version number in package.json
  2. run 'npm install' to update the corresponding package-lock.json
  3. update the CHANGES.md
  4. run 'npm publish' (that will automate the build)
  5. create a commit with above changes called 'release x.y.z'