zipzy-icons 1.0.27 → 1.0.28

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 (1) hide show
  1. package/package.json +1 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zipzy-icons",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Lightweight, customizable React SVG icon library for ZipZy products — logomarks, wordmarks, and product icons (HRMS, Payments, Dashboard) with TypeScript support and Tailwind CSS compatibility.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -49,14 +49,6 @@
49
49
  "url": "https://zipzy.in"
50
50
  },
51
51
  "license": "MIT",
52
- "homepage": "https://github.com/zipzy/zipzy-icons#readme",
53
- "repository": {
54
- "type": "git",
55
- "url": "https://github.com/zipzy/zipzy-icons.git"
56
- },
57
- "bugs": {
58
- "url": "https://github.com/zipzy/zipzy-icons/issues"
59
- },
60
52
  "peerDependencies": {
61
53
  "react": ">=18"
62
54
  },