1.5.0 • Published 8 months ago

@accredify/custom_ckeditor v1.5.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 months ago

CKEditor-Components

What is CKEditor?

CKEditor is a WYSIWYG Editor that is being used on Accredify-Dashboard

Customisations to the editor are managed in this repo and then published to npm

Steps to publishing the updated version

  1. Make the changes
  2. npm run prod
  3. Update package.json to reflect new version (remember to include description)
  4. git add & commit and push changes
  5. git tag (the version you wrote in package.json)
  6. git push --tags
  7. npm publish

Using the updated version on Dashboard

  1. Update the package version to reflect new version e.g. "@accredify/custom_ckeditor": "^(THE_NEW_VERSION)"