react-edge-dock 1.0.5 → 1.0.6

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 +4 -4
package/README.md CHANGED
@@ -129,4 +129,4 @@ export default function MyComponent() {
129
129
 
130
130
  ## API
131
131
 
132
- See the [example.tsx](./example.tsx) file for more detailed usage examples.
132
+ See the [example.tsx](https://github.com/Shivampatel07/react-edge-dock/blob/master/example.tsx) file for more detailed usage examples.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-edge-dock",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A zero-dependency React TypeScript library for customizable draggable edge-docked floating buttons with popup support",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -11,12 +11,12 @@
11
11
  ],
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/yourusername/react-edge-dock.git"
14
+ "url": "https://github.com/Shivampatel07/react-edge-dock"
15
15
  },
16
16
  "bugs": {
17
- "url": "https://github.com/yourusername/react-edge-dock/issues"
17
+ "url": "https://github.com/Shivampatel07/react-edge-dock/issues"
18
18
  },
19
- "homepage": "https://github.com/yourusername/react-edge-dock#readme",
19
+ "homepage": "https://github.com/Shivampatel07/react-edge-dock#readme",
20
20
  "scripts": {
21
21
  "build": "tsc",
22
22
  "dev": "tsc --watch",