power-link 0.1.1 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -669,7 +669,7 @@ MIT License
669
669
 
670
670
  ## 🌟 Show Your Support
671
671
 
672
- Give a ⭐️ on [GitHub](https://github.com/Tem-man/power-link) https://github.com/Tem-man/power-link if this project helped you!
672
+ Give a ⭐️ on [GitHub](https://github.com/Tem-man/power-link) https://github.com/Tem-man/power-link if this project helped you!
673
673
 
674
674
  ## 🤝 Contributing
675
675
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-link",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",