# @Print-one/grapesjs

This is a fork of [grapesjs](https://github.com/GrapesJS/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](https://www.npmjs.com/package/@print-one/grapesjs)
