"version": "1.0.4",
After cloning the project
git remote add upstream https://github.com/ckeditor/ckeditor5-build-classic.git
adding upstream for first time only
then when ever start adding new feature in ck build
git fetch upstream
git merge upstream/stable
After Successful build Separate the folders and files for npm
- build folder
- package.json
- README.md
With updating the Build version.
login to npm via cmd
- npm login
- npm publish
Ck Editor : Read more in the CkEditor.