react-smart-image-viewer 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -476,5 +476,5 @@ Contributions are welcome! Please read our contributing guidelines before submit
476
476
 
477
477
  ## License
478
478
 
479
- MIT © [Your Name]
479
+ MIT © Ahmad Faraz
480
480
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-smart-image-viewer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A high-performance, TypeScript-first React image viewer with zoom, pan, keyboard, and mobile gesture support",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -48,16 +48,16 @@
48
48
  "nextjs",
49
49
  "ssr"
50
50
  ],
51
- "author": "",
51
+ "author": "Ahmad Faraz <ahmadfarazjutt3@gmail.com>",
52
52
  "license": "MIT",
53
53
  "repository": {
54
54
  "type": "git",
55
- "url": ""
55
+ "url": "git+https://github.com/AhmadFaraz-crypto/react-smart-image-viewer.git"
56
56
  },
57
57
  "bugs": {
58
- "url": ""
58
+ "url": "https://github.com/AhmadFaraz-crypto/react-smart-image-viewer/issues"
59
59
  },
60
- "homepage": "",
60
+ "homepage": "https://github.com/AhmadFaraz-crypto/react-smart-image-viewer#readme",
61
61
  "peerDependencies": {
62
62
  "react": ">=18.0.0",
63
63
  "react-dom": ">=18.0.0"