Free and Open Source Web Builder Framework
npm install @print-one/grapesjs
This is a fork of grapesjs.
1. Update the version in package.json2. Make a new release tag using git tag -a v -m "Release "3. Push the tag using git push origin --tags4. Verify the release has been published to npm
package.json
git tag -a v -m "Release "
git push origin --tags