react-scroll-control 1.0.5 → 1.0.7

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -88,3 +88,11 @@ function App() {
88
88
  - Not suitable for touch-based scrolling
89
89
 
90
90
  - Desktop browsers only
91
+
92
+
93
+ ## 🌐 Connect With Us
94
+
95
+ **Petaby Technologies**
96
+
97
+ - 🔗 **LinkedIn**: https://www.linkedin.com/company/petabytechnologies/
98
+ - 📸 **Instagram**: https://www.instagram.com/petabytechnologies/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-scroll-control",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {