@peersahab/side-island 0.1.0 → 0.1.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 +2 -2
  2. package/package.json +5 -7
package/README.md CHANGED
@@ -22,11 +22,11 @@ The `SideIsland` component can be positioned on either side of the screen and di
22
22
 
23
23
  ### Right Position
24
24
 
25
- ![Right Island](screenshots/right-island.png)
25
+ ![Right Island](screenshots/right.png)
26
26
 
27
27
  ### Left Position
28
28
 
29
- ![Left Island](screenshots/left-island.png)
29
+ ![Left Island](screenshots/left.png)
30
30
 
31
31
  ## Quick Start
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peersahab/side-island",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A Skia-powered side island overlay for React Native with built-in virtualized content.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -13,12 +13,12 @@
13
13
  ],
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/peersahab/side-island.git"
16
+ "url": "https://github.com/sheheryar-pirzada/side-island.git"
17
17
  },
18
- "author": "peersahab",
19
- "homepage": "https://github.com/peersahab/side-island#readme",
18
+ "author": "sheheryar-pirzada",
19
+ "homepage": "https://github.com/sheheryar-pirzada/side-island#readme",
20
20
  "bugs": {
21
- "url": "https://github.com/peersahab/side-island/issues"
21
+ "url": "https://github.com/sheheryar-pirzada/side-island/issues"
22
22
  },
23
23
  "main": "dist/index.js",
24
24
  "module": "dist/index.mjs",
@@ -68,5 +68,3 @@
68
68
  "pack:inspect": "npm pack --dry-run"
69
69
  }
70
70
  }
71
-
72
-