react-link-interceptor 0.1.1 → 0.1.2

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 +3 -3
package/README.md CHANGED
@@ -29,7 +29,7 @@ function App() {
29
29
 
30
30
  ## Docs & Playground
31
31
 
32
- https://babu-ch.github.io/link-interceptor/
32
+ https://babu-ch.github.io/link-interceptor/?fw=react
33
33
 
34
34
  ## License
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-link-interceptor",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "React hook to intercept all <a> tag clicks in your SPA — handle internal routing and external link modifications with ease.",
5
5
  "keywords": [
6
6
  "anchor",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "author": "babu-ch",
15
15
  "license": "MIT",
16
- "homepage": "https://babu-ch.github.io/link-interceptor/",
16
+ "homepage": "https://babu-ch.github.io/link-interceptor/?fw=react",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "git+https://github.com/babu-ch/link-interceptor.git",
@@ -57,7 +57,7 @@
57
57
  "react-dom": "^19.0.0",
58
58
  "typescript": "^5.8.2",
59
59
  "vite-plus": "^0.1.14",
60
- "link-interceptor": "0.1.1"
60
+ "link-interceptor": "0.1.2"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "vp pack",