@aladinbs/react-guided-tour 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 +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -569,13 +569,3 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
569
569
  ## 📄 License
570
570
 
571
571
  MIT License - see [LICENSE](LICENSE) file for details.
572
-
573
- ## 🙏 Acknowledgments
574
-
575
- - Inspired by modern onboarding libraries
576
- - Built with React 19 and TypeScript
577
- - Designed for developer experience and user delight
578
-
579
- ---
580
-
581
- **Made with ❤️ for the React community**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aladinbs/react-guided-tour",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A modern, flexible React TypeScript tour guide library with advanced highlighting and interaction capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",