@sanketsaagar/polygon-kit 0.1.3 → 0.1.4

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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -511,12 +511,6 @@ Contributions are welcome! Please read our contributing guidelines and submit pu
511
511
 
512
512
  MIT
513
513
 
514
- ## Support
515
-
516
- - [Documentation](https://polygon-kit.docs.polygon.technology)
517
- - [GitHub Issues](https://github.com/polygon/polygon-kit/issues)
518
- - [Discord Community](https://discord.gg/polygon)
519
-
520
514
  ---
521
515
 
522
516
  Built with ❤️ for the Polygon ecosystem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanketsaagar/polygon-kit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "React components and TypeScript utilities for building onchain apps on Polygon",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",