@noseberry/nbd-editor 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @noseberry/nbd-editor
1
+ # NBD Editor
2
2
 
3
3
  > We'd love to hear from you! If you run into any bugs, have feature requests, or just want to share how you're using NBD Editor, please [open an issue](https://github.com/Noseberry-Private-Limited/NBD-editor/issues). Your feedback helps us make NBD Editor better for everyone.
4
4
 
5
- A powerful, framework-agnostic block editor built by **Noseberry Private Limited**. Inspired by WordPress Gutenberg, NBD Editor gives you a clean, modern content editing experience with drag-and-drop blocks, rich text formatting, media uploads, and a slash command menu — all in a single lightweight package with **zero production dependencies**.
5
+ A powerful, framework-agnostic block editor. NBD Editor gives you a clean, modern content editing experience with drag-and-drop blocks, rich text formatting, media uploads, and a slash command menu — all in a single lightweight package with **zero production dependencies**.
6
6
 
7
7
  Works seamlessly with **vanilla JavaScript**, **React**, and **Next.js**.
8
8
 
@@ -557,8 +557,6 @@ editor.on('input', (block) => { }); // Block content input
557
557
  ## Build from Source
558
558
 
559
559
  ```bash
560
- git clone git@github.com:Noseberry-Private-Limited/NBD-editor.git
561
- cd NBD-editor
562
560
  npm install
563
561
  npm run build
564
562
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noseberry/nbd-editor",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Nbd Editor: a framework-agnostic rich content editor by Noseberry Private Limited.",
5
5
  "main": "dist/nbd-editor.cjs.js",
6
6
  "module": "dist/nbd-editor.esm.js",