vs-datatable 0.5.0 → 0.5.1

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -719,14 +719,6 @@ onMounted(() => {
719
719
 
720
720
  MIT License - see [LICENSE](LICENSE) file for details.
721
721
 
722
- ## Contributing
723
-
724
- 1. Fork the repository
725
- 2. Create your feature branch (`git checkout -b feature/amazing-feature`)
726
- 3. Commit your changes (`git commit -m 'Add some amazing feature'`)
727
- 4. Push to the branch (`git push origin feature/amazing-feature`)
728
- 5. Open a Pull Request
729
-
730
722
  ## Support
731
723
 
732
724
  - 📧 Email: [oregunwasegun@gmail.com]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vs-datatable",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A lightweight Vue 3 datatable component with sorting, slots, and nested object support.",
5
5
  "type": "module",
6
6
  "private": false,