0.21.15 • Published 5 months ago

@print-one/grapesjs v0.21.15

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 months ago

@Print-one/grapesjs

This is a fork of grapesjs.

Development

Making a new release

  1. Update the version in package.json
  2. Make a new release tag using git tag -a v<version> -m "Release <version>"
  3. Push the tag using git push origin --tags
  4. Verify the release has been published to npm