scrible 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 +7 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  **A powerful, customizable rich text editor for React** - Built with Slate.js, outputs clean HTML, and offers Notion-like editing experience.
4
4
 
5
+ ![Scrible Preview](https://res.cloudinary.com/dm3it5tld/image/upload/v1765117113/scrible_preview_ulzrpn.png)
6
+
5
7
  [![npm version](https://img.shields.io/npm/v/scrible.svg)](https://www.npmjs.com/package/scrible)
6
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
9
 
@@ -270,7 +272,7 @@ Scrible outputs clean, semantic HTML:
270
272
  </tr>
271
273
  </table>
272
274
  ```
273
-
275
+ <!--
274
276
  ## 🛠️ Development
275
277
 
276
278
  ```bash
@@ -285,13 +287,13 @@ npm run build
285
287
 
286
288
  # Build library for npm
287
289
  npm run build:lib
288
- ```
290
+ ```-->
289
291
 
290
292
  ## 📄 License
291
293
 
292
- MIT © [Your Name]
294
+ MIT © Ayush Singhal
293
295
 
294
- ## 🤝 Contributing
296
+ <!--## 🤝 Contributing
295
297
 
296
298
  Contributions are welcome! Please feel free to submit a Pull Request.
297
299
 
@@ -301,4 +303,4 @@ Give a ⭐️ if this project helped you!
301
303
 
302
304
  ---
303
305
 
304
- **Made with ❤️ by developers, for developers**
306
+ **Made with ❤️ by developers, for developers**-->
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scrible",
3
3
  "private": false,
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "Scrible - A powerful, customizable rich text editor built with Slate.js that outputs clean HTML",
6
6
  "type": "module",
7
7
  "main": "./dist/scrible.umd.js",