ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
8.27k stars 3.59k forks source link

Add `main` field to `ckeditor5` #16257

Open filipsobol opened 3 weeks ago

filipsobol commented 3 weeks ago

In PR #16107 we commented out a line of code in scripts/release/utils/getckeditor5packagejson.js that was responsible for adding the main field to package.json during the release process. This was done to prevent IDEs from automatically suggesting the ckeditor5 package when importing code until we are ready for final release.

Before final release, we need to uncomment this line.