power-link 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 +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -791,18 +791,13 @@ connector.updateAllConnections();
791
791
 
792
792
  MIT License
793
793
 
794
- ## 🤝 Contributing
794
+ ## 🌟 Show Your Support
795
795
 
796
- Contributions, issues and feature requests are welcome!
796
+ Give a ⭐️ on [GitHub](https://github.com/Tem-man/power-link) if this project helped you!
797
797
 
798
- ## 📮 Support
798
+ ## 🤝 Contributing
799
799
 
800
800
  If you have any questions or need help, please open an issue on GitHub.
801
801
 
802
- ## 🌟 Show Your Support
803
-
804
- Give a ⭐️ if this project helped you!
805
-
806
802
  ---
807
803
 
808
- Made with ❤️ by the power-link team
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-link",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Shared utility functions",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",