@accredify/custom_ckeditor
v1.5.3
Published
Added more dates
Downloads
82
Keywords
Readme
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
- Make the changes
- npm run prod
- Update package.json to reflect new version (remember to include description)
- git add & commit and push changes
- git tag (the version you wrote in package.json)
- git push --tags
- npm publish
Using the updated version on Dashboard
- Update the package version to reflect new version e.g. "@accredify/custom_ckeditor": "^(THE_NEW_VERSION)"