power-link 0.0.9 → 0.1.0

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 +3 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,8 +7,6 @@ A pure JavaScript visual node connector for creating draggable connections betwe
7
7
 
8
8
  ![Node Link Connector Demo](https://github.com/Tem-man/power-link/blob/main/public/images/screen-shot.png)
9
9
 
10
- ![Node Link Connector Demo](https://github.com/Tem-man/power-link/blob/main/public/images/screen-shot-2.png)
11
-
12
10
  ### 📹 Demo Video
13
11
 
14
12
  <video width="100%" controls>
@@ -669,18 +667,14 @@ const connector = new Connector({
669
667
 
670
668
  MIT License
671
669
 
672
- ## 🤝 Contributing
670
+ ## 🌟 Show Your Support
673
671
 
674
- Contributions, issues and feature requests are welcome!
672
+ Give a ⭐️ on [GitHub](https://github.com/Tem-man/power-link) if this project helped you!
675
673
 
676
- ## 📮 Support
674
+ ## 🤝 Contributing
677
675
 
678
676
  If you have any questions or need help, please open an issue on GitHub.
679
677
 
680
- ## 🌟 Show Your Support
681
-
682
- Give a ⭐️ if this project helped you!
683
-
684
678
  ---
685
679
 
686
680
  Made with ❤️ by the power-link team
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-link",
3
- "version": "0.0.9",
3
+ "version": "0.1.0",
4
4
  "description": "A pure JavaScript visual node connector for creating draggable connections between nodes. Framework-agnostic and easy to use",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",